Currently my projects structure is: my-app/ ├─ node_modules/ ├─ dist/ │ ├─ assets/ │ │ ├─ m
I have a method that searches a customer in the DB, if found, it returns that customer, otherwise, it creates a new one. private Customer getP
i'm new with firebase i had 2 collections category & product and in product collection it has a sub collection Category , how can i get all document from pr
I have a Navigator.push and MaterialPageRoute() to navigate to another screen. But navigation to other screens gets slower and slower becuase in my initState()
I am building a Server-side Blazor web application on localhost for now. I want to test my web app on android and IOS devices but I cannot seem to find the solu
The Exception Handling Proposal has been implemented in some environments, e.g. in binaryen. But has it been implemented in llvm yet? Will llvm based compilers
I need use Command Line build net6 project and get dll, i use command "dotnet msbuild", but every time it will generate apk file when build Android project, apk
This is my code: def interpretCashier(char): allnumber = False num_list = ['1','2','3','4','5','6','7','8','9'] chara = '.' mixed = False i
I am trying multiple ways to export data from mix panel to pandas. But I am unable to export in Step1 with API response. import base64 import urllib.request imp
I was wondering if it is possible to compare the (int) of two seperate Enums (from different scripts)? I am currently trying: if((int)newMiner.minerType ==