python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to do an insert in the database with Python
I have a Python script that does the Moodle version check.
After checking the Moodle version I would like to insert into the database but I am getting the following error:
line 337
mycursor = db.curso...
Jhon Laurence
Votes: 0
Answers: 3
Problems with indentations on Github
I have some issues with my indentations on GitHub: It shows that I have an indent size of 8 on GitHub even after I changed it to indent size 2 and pushed it.
I have changed the settings on prettier so...
Madelene
Votes: 0
Answers: 1
XCode Auto-Indent moves viewModifiers 1 tab too far after a single line with a closing bracket
When I hit re-indent in my XCode project all lines that begin with a . (e.g. ViewModifiers) on a new line after a single line with only a closing bracket are moved 1 tab too far to the right.
I.e. wha...
matthias_code
Votes: 0
Answers: 1