I have a problem breaking down 1 line using <br />, I have converted to string but it doesn't work. I have followed this https://stackoverflow.com/questio
I'm trying to optimise multiple made to an 3rd party API (Spotify) in my NestJS API. My code is working but I do not find a way to optimise it. @Get('') async
Given a df with two level columns a E1_g1 E1_g2 E1_g3 E2_g1 E2_g2 E2_g3 E3_g1 E3_g2 E3_g3 0 4 0
I simply want to connect to my GitHub account. When I do it, I get this error message as a small red pop up on the upper right side of the pag
I'm trying to add a v-switch to my web app. But it displays wrong (label should be next to v-switch, but as you can see from the picture) Any ideas on how to fi
Just got a new Mac with the Apple M1 chip and am trying to set up my dev environment for a project I'm working on. I'm using Docker Desktop and added the platfo
I'm using Java, Selenium, and Chrome for test automation. Our developers recently upgraded our UI from AngularJS to Angular2 (not sure if that matters). But sin
a set a button which create an new div everytime i click on it , every div created must have a new i so i try to create an counter which change every time i cli
I have a std::vector<std::string> to be re-used in a loop. Is it ok to std::move elements out? If I moved the ith element out, then ith slot goes into an
I'm trying to do something a little custom with my Codable objects. My JSON objects use several types of tokens, so I'd like to make them type safe. To do that,