I'm using IdentityServer4 as a centralized auth server. I have a mvc app that acts as a client and works as expected unless I open a modal. When the user presse
I'm trying to write a script to simplify my everyday life in the lab. I operate one ThermoFisher / FEI scanning electron microscope and I save all my pictures i
I wanted to insert 100,000 records into a delta table using databricks. I am trying to insert data by using a simple for loop , something like - revision_date =
If i have a nested serializer: class ChildSerializer(ModelSerializer): class Meta: fields = ('c_name', ) model = Child class ParentSerial
This code does not work in internet explorer. Any alternative? "abcde".includes("cd")
I want to implement a member function as follows: void X() {} class Foo { static void(*Bar)() = X; }; This does not compile: error: 'constexpr' needed fo
I have a Django App that works well in PyCharm. All modules etc work. I need, however, to open the code in Visual Studio Code. However, when I execute a: python
I need to read parquet files from multiple directories inside a azure storage container.. for example, Container1 folder1 parquet1 parquet2 .. fol
i tried everything i could to import image_picker and i find on various sites but couldn't get rid of this error : import 'package:image_picker/image_picker.dar