I want to find application version code in Kmm. In specific platform i.e. Android var versionCode = BuildConfig.VERSION_CODE it will return 1.1 iOS let appVers
I have migrated MySQL DB to MongoDB, and my blob file stored was converted to binary in this way. enter image description here Now how i can have access on this
Running dotnet core command dotnet run in a command line I found this You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variabl
What I'm trying to achieve Sign a PDF in the browser using cliets certificate store or Smart Card What I did so far For accessing the local cert store I use F
I am using Mobx to manage the user login status for my react webapp and firebase for authorization. I can't seem to figure out why my webapp does not respond to
I would like to use a system fact for a host times a number/percentage as a base for a variable. What I am trying to do specifically is use the ansible_memtota
This is the code iam using to count number of rows, it is returning only 1: tablen = driver.find_elements(By.XPATH, '//*[@id="m_mc_s0_z0_C_ctl00_tblForecast"]/
Please tell me, I have simplified the selfsimple example to a minimal amount of code: this code successfully creates a browser window and opens the specified pa