I am creating a simple application that will allow users to download .ICS files, and import them into their chosen calendar application/site. I am happy with t
I'm trying to connect a node.js app (written in TS) to MongoDB at Yandex Cloud. I have successfully connected there via mongosh: mongosh "mongodb://<user>
I am trying to make a Pokemon guesser game, where the names of the pokemon are stored in a list, and their types are stored in another list, as seen below: gen1
I'm creating a factory like this: interface IOperator<T> { parse(arg: string): T; doSomething(value: T): void; } 2 operators: class StringOperator im
I wanted to install a package in Google Colab. I tried uploading the setup.py to my drive but with no luck. The package can be found here.
I am so confused about Directives and Decorators in Angular. I thought anything prefixed with @ is a Decorator and now when i read about Directives it says, Co
I need to find out whether a specific view is created by using SCHEMABINDING or not in another database (In a JOIN statement). Currently I'm using OBJECTPROPERT
I've stumbled upon a behavior I cannot understand. Could someone, more proficient with JS, have a quick glance at it. I apologize for posting screenshots instea
I am breaking my head on how to get the refresh token from FirebaseAuth but cannot seem to find how. On iOS, the equivalent is Auth.auth().currentUser?.refreshT