I created an app using Android Studio. It connects to the internet for various reasons (eg. facebook SDK, Firebase database). It's connecting OK when the app i
Hi my login controller is bellow: [HttpPost] [Route("Login")] public IActionResult Login(LoginViewModel login) { if (!ModelState.IsValid
I have an Azure Durable Function and want to use IWebHostEnvironment. But when I try to inject it into the HttpStart function or my orchestrator I get the error
I m trying to add CRUD operation in my code.but when I am trying to load data and post data this error is showing.Although I have imported const { ObjectId } =
I'm trying to build a simple calculator where the operations will be done in a Node.js server. How can I add an event listener in the HTML page buttons so that
when I clone the repository and run this command "npm run start", this error occurs npm ERR! code 1 npm ERR! path /Users/hf/Downloads/leadbook-test/node_modules
An elastic network interface is defined as a virtual network interface https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ElasticNetworkInterfaces.html. I wa
I'm stuck on a simple problem of finding a pattern in a string. I've never been comfortable with sed or regex in general. I'm trying to get the number in the se
I've setup a VM instance following this tutorial: https://www.digitalocean.com/community/tutorials/how-to-set-up-dante-proxy-on-ubuntu-20-04 The problem is that
Let's say I have the macro: local words = "first second third fourth" I want to select the first 3 words of it. I know that I can select, say the second, the w