Sudipta Das

Results 9 comments of Sudipta Das

Hey @Omkar-Sonawane-23 Please assign this to me! I can make the frontend of the **contact me** form which will be attractive and user friendly.

Hi, I'd like to take this up and create the content for the Temporal Dead Zone. I'll submit a pull request shortly.

Hi 👋, I’ve been testing this issue as part of exploring contributions. I set up Meteor locally (built from the latest devel branch — commit 1f534ae622), created a fresh test...

Hi! 👋 I’d like to work on this issue. I checked the implementation mentioned in the earlier comment, but it seems that the file path src/core/environment.js does not exist in...

Hi! 👋 I’ve identified that the root cause of this issue is in the p5.js core library, not the web editor. I’ve submitted a fix in https://github.com/processing/p5.js/pull/8244 that prevents print()...

Thanks for the great feedback @italojs! I've updated the PR to address all your points: * Switched to `sessionStorage` to avoid leaving data behind. * Replaced `console.log` with `Log.warn`. *...

Good point, thanks! I've removed the unnecessary try...catch block from both line 6 and line 17.

Hi @italojs, Thanks for the feedback & for catching that! I’ve just updated the branch to be in sync with the latest. Please let me know if there’s anything else...

Hi @raclim and @SableRaf 👋, I opened the shared sketch link and tested it as-is. On my end, calling: ```js await loadStrings("sketch.js"); ``` from `not.js` consistently results in an HTTP...