🚀 Progyan Bhattacharya 👨🏻‍💻

Results 18 comments of 🚀 Progyan Bhattacharya 👨🏻‍💻

Hmm, that's an interesting use case. And what comes to my mind is either not having `once` for handler that are already register, or define an order of precedence to...

Hmm, the web APIs makes sense. Essentially it took the first option that I mention. We can take that as standard. For Node, the behaviour of deletion is then just...

@Blakeinstein Can you provide some code example to explain your use-case?

@Blakeinstein That's actually the right way to switch Firebase reference. We have some number of side effects associated with Firebase ref on creation of Firepad. These need to be handled...

@Blakeinstein Let me think it through if we can expose some APIs with User presence data.

Hey @Blakeinstein, thanks a lot for bringing this to my notice. This most certainly should not be the case, and a fix will be released with next version. Seems like...

@Blakeinstein Since it was a small effort fix, I took the ownership and fixed it E2E. Let me know if it's working now!.

That's weird, seems like the error is emitted from Webpack bundle of Firepad, which should not be in use any place other than Browser as CDN. Can you check if...

May I know the version of Node you are using?

Hi @zenorocha, as @Shubham567 already mentioned you need to a bit of hardlifting to get `monaco` work with NextJS. To address the second concern, you have couple of options you...