I have been trying to connect Spyder to a docker container running on a remote server and failing time and again. Here is a quick diagram of what I am trying to
I'm looking for a way to automatically track how much time I spend watching YouTube each day (so the timer resets at midnight). The catch is, I want the timer t
I have made a contact list in angular that stores and retrieves contacts in a json file but the problem is I don't know how to implement a search bar. If my inp
I have been trying to figure this out all weekend, but can't seem to get it to work. Please help. I have setup IdentityServer 4, an MVC application and an API.
I'm trying build a worker service on Core 5.0. My tree is basically like that => 1 -) Program.cs 2-) Worker.cs 3-) MyStartUp.cs 4-) Client.cs In MyStartUp.cs
I am creating an app which uses an external API to fetch JSON data. I keep getting the error above and I cannot figure out how to fix it. As you can see, I have
How to create new groups of rows using openpyxl? These code works perfect for grouping columns. planilha1.column_dimensions.group('F','Q', outline_level=1) plan