I have few images in my SQLite database which I will be changing from admin panel over a period of time. I have hosted the django app in heorku(free service). A
Cannot get how to perform squash rebase for the current branch. The console command would be git rebase -i HEAD~2 and then squash as usually. But how to do t
This is the error message displayed when I run the code in Interactive window in vs code: C:\Users\rohit\AppData\Roaming\Python\Python38\site-packages\traitlets
I have been stuck on how I can validate using joi npm. Please how do I get to render the register and login route for the user to access without using the ejs o
I am trying to insert a new note into a database with the following flutter code. final noteId = await db.insert(noteTable, { userIDColumn: owner.id,
I am trying to do a basic colour conversion in python however I can't seem to get past the below error. I have re-installed python, opencv and tried on both pyt
Using http://www.aspjson.com/ or https://github.com/nagaozen/asp-xtreme-evolution/blob/master/lib/axe/classes/Parsers/json2.asp object I managed to get my data
I want to implement spring-context-indexer in my app. I successfully generated spring.components file, but my app won't deploy. Errors I get in logs are: org.sp
I wrote this function to read a line from a file: const char *readLine(FILE *file) { if (file == NULL) { printf("Error: file pointer is null.");
In the codility test NumberOfDiscIntersections I am getting perf 100% and correctness 87% with the one test failing being overflow arithmetic overflow tests go