My machine is on a private network with private DNS servers, and a private zone for DNS resolution. I can resolve hosts on this zone from my host machine, but I
I have this df: df = data.frame(ID = c(1,2,3), A = c("h;d;c", "j;k", "k")) And i want to retrieve a new df with splited rows ba
I am trying to create a page using Flask that has buttons who's names and actions are defined in the python part of the code instead of the HTML part. A minimum
I'm working on test cases with react testing library. To write the test case I need to mock the useQuery and useMutation method of react query. If anyone knows
Background: Many years ago, I used Excel VBA to scrape some dynamic web pages; I had to scrape it from IE after it was loaded (the page wasn't directly accessib
I started making this web page for a project and this is what it looks like so far: but I want to place the text areas as one on top of the other rather than s
I followed this short official video to try using an environment file in my devcontainer.json file. I have the same folder architecture than a the video, and my