I've located all inputs on a create form with on my application by: _inputs =find_elements_by_xpath("//form[@id='createForm']//input") and I got my list of val
please tell me why memory is not allocated in the line CLNAME* tmp=new CLNAME[this->Capacity_Ram]; the second day I'm looking for a problem, I can not unders
Good day! I am writing a telegram bot and using aiogram library. Everything seems to be working fine when I run my code. However, if I leave the bot running fo
I'm working on my first react (Typescript) project and there is an issue with my code below. I'm getting this error - Parameter 'name' implicitly has an 'any' t
I am trying to embed the Microsoft Power BI report into the react app. As per the documentation, for embedding and accessing the Power BI Rest APIs we need to r
I have this error: The following FileSystemException was thrown resolving an image codec: Cannot open file, path = '/Users/todo/Library/Developer/CoreSimulator/
I am having issues building Unreal Engine From Source. I have gotten anywhere from RosanaceAudio Errors to the whole UE4 Solution saying not compatible with my
When I try to import the function extern __declspec(dllexport) void SomeNativeFunction(const std::string param1, const std::string param2);