I have tab in TabView which changes it's content, but when I set something new as content, I have to click to other tab and then back to see change. How can I r
I'm working with an xml corpus that looks like this: <corpus> <dialogue speaker="A"> <sentence tag1="attribute1" tag2="attribute2"> Hell
I have a large dataframe with many columns and a timestamp (see picture) What I am trying to do is to aggregate the data per week for all columns. Any suggesti
I am trying to change the number that identifies different structures dynamically (being the last digit of the struct name meant to be the same as the i variabl
I need to send a Json to an endpoint but I need to replace a key with a variable. I've this code ..... * def idJson = response.id Giv
I want to choose only pdf, xlsx and txt file from storage but intent.setType can do only one file(eg.txt file only (or) pdf file only). Is it possible to get al
For some reason I get an error on React Native app: App(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render
I have the following code snippet where I am trying to access some fields inside foreach. I dont wish to use dataframe apis as its some custom logic i am trying
I have the following code in jest that I want to mock: let now = spacetime.now(timezone); now = now.time("12:00am"); How can I mock this? I tried jest.mock