I just started to migrate to Flutter web and just at the start point, encountered this strange problem. When using Persian/Arabic Characters in code, it would b
Is there a query to get the size in bytes of a collection? I would like to know how much storage space a certain collection needs.
In the following program, constexpr function foo() makes an object of A with the field x=1, then constructs another object on top of it using std::construct_at
I want the notification panel to automatically collapse when the user presses a notification button. I tried the answers here but they didn't work. How can I pr
i need to disable repositories in azure devops, in gui we can do it on setting item, but... is there an az-cli comand to disable repositories? someting like "az
I tried compiling code using several IDEs of C++ using "graphics.h" header file using the list in TechGeekBuzz: Best C++ Online Compiler but they flag the erro
I need create a rest client to access a URI that can receive 0 or n query params. Example: https://xpto?page=0&size=10&brand=abc&color=blue or https
I have a PDF report from my ASP.NET MVC Project and I'm using Rotativa to generate the PDF, What I want to achieve is to have Header and Footer in my PDF using
Let's suppose this 2 methods: private void Method1() { ... } private async Task Method2() { ... } Here is how I have to call this methods: Method1(); aw
I want to decode the data sent from requests to a server socket but i don't know what format the data is is there a way to decode this? (the output was long its