I am using python to call methods in a shared C++ library. I am having an issue converting a numpy 2D array to a C++ 2D array. I need to enable the following fu
I know it's unwise to do so with a std::shared_ptr. But what about std::unique_ptr? E.g. : class A { public: void do_something() { } }; std::vector<std::
I am attempting to display a table from my Azure SQL database on a webpage. I have been looking around and can't seem to figure out why this isn't working This
I have a test script in Robot Framework which use Request library to send API request to external API services. The test passed when run at local but failed whe
Until now, in unit tests, react router match params were retrieved as props of component. So testing a component considering some specific match, with specific
Basically whenever I try to upload a file using my website, the file doesn't get saved on the media volume. I don't think its a code issue as it works perfectly
When creating a function to addDetail, passing the userId as the userId. It comes up with this error: Cannot convert value of type 'User?' to expected argument
Given a list, I want to generate a permutation of the list that is alternating: the first element must be greater than the second, which must be lower than the