I have a model Item class Item(models.Model): id = models.IntegerField(primary_key=True) title = models.CharField(max_length=140, blank=True) descr
I am building a Blazor server application with cookie authentication. My issue started when I tried to deploy the application on a OpenShift cluster, for some r
I want to be able to do services.AddMyCustomLibrary() like Telerik and sweetalert do rather than having to add every service from MyCustomLibrary like services.
my teammate and I are stuck on solving a critical problem, which is how do we pass the user_id from one component to another in app.js . For example, we are abl
I am using dji android sdk Matrice 300 rtk calling DJIHelper.getProductInstance() .getCamera() .setMode(Settings
I read all the possible solutions but the none worked. I downloaded the ant and put it in C:\ant (so I have C:\ant\bin) On Windows 7 under System variables I h
I have integrated Checkmarx scan tool with Azure DevOps pipeline. I am getting high risk results after running the ASP.Net Core Web API related pipeline. I have
I'm getting this error on browsers console, and js file are not loaded: VM305:5551 crbug/1173575, non-JS module files deprecated. But if I use a private windo
The problem is very simple, when I input: "\"\"'" The output is """\'" And when I input: "C:\\Document\\code\\data1.csv" The output is "C:\\Document\\code\\d