I am setting some breakpoints in some async threaded code and I can't seem to figure out how to tell visual studio code to catch any threads in this code path.
I have a big solution with many projects, all of them in vs2019, .net framework 4.7.2 The plan is to upgrade to .net6 by creating a project file for vs2022, and
The goal is to be able to write / sketch /draw anything on top of the image taken and also erase without destroying the image making the image remain intact, an
Im writing a migration and Im trying to query a table only if it exists in the db. In some envs it will exist and in others it wont which is why i want to check
ngValue will not bind the value unless you keep the reference of the same list. Is it correct? This will not work: this.myForm.get('user').patchValue(this.curre
Hi I'm new to flutter and im trying to build a simple sign in/sign up screen but every time the keyboard pops up it keeps getting this render error on the relev
I have some code and when it executes, it throws a NullReferenceException, saying: Object reference not set to an instance of an object.
I've been trying to plot grouped data and so far all goes well. However, I plot along the X axis with Hebrew text and it comes out Left-To-Right instead of Righ
I want to check if the current time is between my opening time and my closing time, knowing that the close time can some times be 2 am and the opening time is 3
I'm trying to use an Azure Pipeline to delete a secret in Azure Key Vault. The Key Vault has soft-delete enabled and purge protection disabled. I want to delete