I am new to programming. I was hoping for some help to correct the below code. I have a WinForms application using an Azure SQL database. overall I am trying to
I am a new programmer and I am trying to connect my bot to flask to create a URL for discord. when I run it, it doesn't do it. Am I missing a line here because
I am currently working on different node projects on my Mac and use nvm to manage node versions. The thing is that I have to switch node versions every time I c
When running builds on our TeamCity agent (centos 7), any npm command (version 7.24.2) run with the teamcity user generates the following error : [Step 2/25] np
I want to find which tables/columns in Redshift remain unused in the database in order to do a clean-up. I have been trying to parse the queries from the stl_qu
I'm relatively new to using IDEs and recently started using VSCode for class. I'm using the Code Runner extension and working on a Mac. Whenever I go to run a p
When in my home.html (or any other .html) I try to extend my base.html file with this {% extends "static/src/base.html" %} I get this error: TemplateDoesNotExi
I am trying to utilize the MassTransit batching technique to process multiple messages to reduce the individual queries to be database (read and write). If ther
Given the following dictionary: dict_sports = {'Skateboarding': 163, 'Bowling': 134, 'Rugby': 83, 'Wrestling': 57, 'Baseball': 30, 'Badminton': 24, 'Volle
I have a system where the user can choose a period where after this period he earns for example + 2% of the sum he has chosen. If he tries to make an action wit