Izidea
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
Izidea 创建了一个帖子, 已回答Can 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 创建了一个帖子, 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...