I have some audios in my assets and I want to play them randomly. For that I would like to use a String variable like openFD("variable"). AssetFileDescriptor d
We are trying to extract data from a DWG file (more specifically DxfModel) and cannot find how to get the actual shape. Preferably, we would like to be able to
Is there any way to convert all the embedded images in a document to inline pictures in a word Document? Thanks
Here is my dataset: After locking my dataframe by year and grouping by month, I proceed with calculating percentage increase/decrease as a new column; it en
Can some one help me with this problem? my error : TypeError Cannot access offset of type string on string (View: C:\xampp\htdocs\xtendanceweb\resources\views\l
I am testing my login page with cypress. The call to my api /api/auth/login is triggered automatically when the input field of the password reaches 4 characters
I'm following this SO question to implement a logger into my pgx connection since I'm getting a closed pool error on Scan. I'm getting this error in vscode. ca
I have a problem where my POST request returns back a token but when I change my code to use the token and try a GET request, it gives me a "Status:0" message.
I'm trying to understand coroutine scopes and have the following code: launch(Dispatchers.Default) { ... } The signature for launch is: public fun CoroutineSco