I shall ask here too: Does someone know why I cannot seem to join the Devs' groups? On Desktop Telegram lets me click join group but then it doesn't actually get me in until ...
Regarding the Spotify API, I've been wondering on how to design a command that could make some api calls using spotipy package, but my problem is the needed application client...
Hi everyone, does someone have a good suggestion on where to find a good script/tutorial or docs about using the google gmail API with service account authentication to send a...
Any idea on this error? properties.AppName = app.ApplicationServices.GetApplicationUniqueIdentifier(); CS1061 'IServiceProvider' does not contain a definition for 'GetAppli...
Guys, my IT fundamentals professor doesn't miss a chance to say that with C language global variables are forbidden throughout all the course, stating that from a pure "good p...
Could someone help me with this warning? Severity Code Description Project File Line Suppression State Warning NU1701 Package 'Owin 1.0.0' was restored using '.NETFr...
I've searched on the internet for enough time, finding no answer to my question: why Visual Studio has to be mean and scale everything, from the programs windows form design t...
People, an opinion: if you had to create a discord bot that (aside from some other utilities) had a command that sends a message with a randomly chosen pun from a file, what t...
does any of you know something about Spotify api? is there any way of "bypassing" the spotify for developers application that is needed to obtain the access token to authorize...
Guys why if I import a function from module B into module A using from module import statement, I get to see the function from module A into __init__.py? /package __init__...
Guys, is it normal that I cannot see the functions of a file type on Visual Studio Code?
Guys, I absolutely need to demonstrate to a friend of mine that it makes no sense using VS instead of VS Code to create a project in Angular, any advice?
Sorry, I might have explained myself not so well. I know how to do that, my question is more about Spotify: do you think it is better to register an application on spotify for...
Guys, I need to create a OAuth2 based Ionic (v3.20.1) mobile app login, it's the first time I try to do that and I've searched online, but there's so much material I got lost ...
Guys, what's your advice on building command-line interfaces? More specifically, does argparse have any better alternative, or should we stick with the standard packages?
People, is there anyone that could help me with a problem about a Discord bot deploying to Heroku?
Guys, I was wondering...does a "The Devs" slack workspace exist?
Guys, I have a windows form ListView that's being updated by a timer. How do I make it remember the (scrollbar?) position when the list changes?
People, if someone makes a remix...and another guy makes the remix of that...is the second one still a remix of the original song?
Guys, is it better to make multiple insert queries or to create a single big insert statement?