Andrea Giammarchi
Andrea Giammarchi
### What is the problem this feature will solve? In this MR https://github.com/nodejs/node/pull/51977 it's being proposed to allow *CJS* to `require(esm)` with the goal of helping people stuck in CJS...
## 🚀 Feature Allow `const pyodide = loadPyodide()` to be explicitly destroyed so that its WASM, its code, its events, everything would get destroyed too after killing it. ### Motivation...
Based on [this tweet](https://twitter.com/_developit/status/1405609660837765123), and [its code example](https://babeljs.io/repl#?browsers=&build=&builtIns=false&corejs=false&spec=false&loose=true&code_lz=PQKgAgVgzgHgBACxMAUCgZgVwHYGMAuAlgPbZzrHEAUA3nNgIYC2ApgDRxH4A2LcAvgEo4NFHDgAnFvkwSyVMeLgAeACaEAbgD5FSlQgCMnQjxYBeGo1b8tNLr37LghnXvHKADloASLbt2I4AHViCW5VAEInL10VYHVtRUEAbhR-IA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=true&fileSize=false&timeTravel=false&sourceType=module&lineWrap=false&presets=react&prettier=true&targets=&version=7.14.6&externalPlugins=babel-plugin-transform-react-constant-elements%406.23.0), "*truly constant elements*" are passed right away as children. *uhtml* and friends have this `Hole` class concept, that would make it kinda...
This was erroneously opened in here https://github.com/pyodide/pyodide/issues/4191 ## 🐛 Bug While testing/demoing one of our apps in PSDC we noticed that while Chrome/ium was managing to load a 3rd party...
I am basically forwarding this (wrongly opened) Xterm.js issue: https://github.com/xtermjs/xterm.js/issues/4966 Apparently when no argument/parameter is passed to `input()`, or `input("")` with empty string, expectations are broken and the terminal prints...
I am not sure this is a duplicate of https://github.com/tc39/proposal-signals/issues/136 but it looks to me there's no way to have blocking effects, whenever that's desired. If I have just this...
TL;DR the test folder is a bit of a disorganized mess and it runs integration tests too but it's not even obvious how to add these or change/fix these too....
This is not blocking but a reminder that I've just noticed that if a `` or `mpy-editor` has a `setup` attribute, and a syntax error in it, nothing is shown...
### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...
I've noticed something I am not sure is caused by current logic of this helper (btw, thanks for it) but when I have clear cache and I use this service...