I am trying to implement WebApi protected by access_token issued by an OpenIdDict auth server. Some APIs don't require authentication, while others do. The form
I am writing a small Tensor class, that should look like this: using namespace std; // for simplicity template<typename T, size_t N> class Tensor { si
I created a sample react app using "create-react-app". I need to set the request headers with X-Frame-options and Content-Security-Policy. How do I do this? I j
This question has to do with the sqflite Flutter package, the "id" field, and how that affects null safe coding choices in the data model. Consider the followin
I am using react native on my app. I tried to click the button on a page, then it showed correctly. Now, I added a floating button that should open a modal once
I have a data-set that came from python in my PSQL database, and I should not modify it internally, so I think its better to extract it and organize it with PSQ
I am doing filtering posts using ajax. I wish $ array was different for pages "Products" and "Faq" If this is executed within an ajax request, is_page() won't b
My problem, and why I'm trying to write a decorator for a class method, @cachedproperty. I want it to behave so that when the method is first called, the metho