The problem is I would like a blank space after "=" sign in the image below but I can't find the setting to write in my settings.json for workspace. This proble
I got two computers and I want to continue coding for my program when I take my laptop to the library. So I moved the code file from OS(C:) to OneDrive. But it
At the moment all my module in my nodejs server are imported as require() ie: let path = require('path'); let express = require('express'); let http = require(
grunt build is failing by yielding following error: error app/styles/directive.scss (Line 369 of bower_components/bootstrap-sass-official/assets/stylesheets/bo
So I am getting this error when trying to make an axios call to my api on another localhost. How can I fix this. I am using Nextjs, ts and axios. Here is the fu
I have some fields in a C# class which I initialize using reflection. The compiler shows CS0649 warning for them: Field foo' is never assigned to, and will
How to send github app/artifacts to Azure onpremise VM server without DevOps pipeline? I would like to use github directly (like azure functions), there is noth