I am having a variable (in real app it is api) called data which contains value as nested items. From the level 1 it has title which is displayed already then
I am working on .NET CORE 6 application along with Entity Framework CORE 7. I have class where I have written LINQ script. This is async method. I am not sure w
I have regex which I have tested on regex101 however when I use the same in nodejs it does not replace the newlines. The regex is /([ ]*\n)+/gm. It is supposed
so i'm trying to rotate the camera around a cube object , using the keyboard arrows to change the y angle and the x angle , i want a result like this : this vid
I'm writing a device-mapper which has to edit incoming writes, for example: Incoming bio request contains a biovec with a page full of 0s, and I want to change
What is difference between using or not reference when casting pointer to object? void someClass::method() { xTaskCreatePinnedToCore(someTaskHandler,"Serial
Both Object.assign and Object spread only do a shallow merge. An example of the problem: // No object nesting const x = { a: 1 } const y = { b: 1 } const z =
My issue is very simple and it would be easy if I write my program on ASP.NET. But I apply .NET Framework 4.8 and I have no idea how to get the value from that