Izidea
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Izidea created a post, AnsweredCan I await in Javascript Jupyter?
Trying to connect to mongodb from jupyter. Using javascript. MongoClient calls are asynchronous, so I am trying to do `await`. And then I realize that cells don't wait for promises to be resolved. ... -
-
Izidea created a post, How do I set breakpoints everywhere?
I am debugging a bunch of nodejs apps. Javascript doesn't exactly run sequentially, with all the async-awaits. So I have this weird workflow where I initially set breakpoints everywhere, first on e...