I have a table with 3 columns: emrID (this is the primary key) patient_name (string) Comment(string) This my code import ( "gorm.io/driver/sqlite" "gorm
I am using openpyxl in python to edit excel file. We know that there will be an error for wb.save() if the excel file is opened. Is there any code to close the
I'm trying to import this 3 libraries: ActivityCompat, AppCompatActivity, ContextCompat and turn into errors like: Cannot resolve symbol 'appcompat' and Cannot
I'm trying to call a Keycloak Admin REST endpoint to create a keycloak user in my code and it requires the request to have a Bearer token added to the Authoriza
In my plugin i try to get open file as byte array or base64 so i can send via API, is there any way to make that with Word-Js, also is there any way to return d
My workflow has automatic packaging and upload steps that package build artifacts and upload them to the workflow page. I also manually create releases. I would
I am trying to run jest test cases for angular using jest runner and jest run it visual studio extensions. But I am getting the following error. SyntaxError: D:
I got a couple user IDs I want to send in an array, but can't figure out the correct Swift 3 syntax for creating an array with very long integers. I tried casti