Maël Nison
Maël Nison
We have various peer dependency warnings displayed when running `yarn install` inside our own repository. It would be great if we could fix the upstream packages to stop it from...
I open this thread to cover an issue we noticed regarding Yarn 3.x when used with versions of Node.js lower than 18. It's a little complex, so it's worth opening...
## What problem does this solve or what need does it fill? It seems that the wasm bindings don't exist anymore, so it's difficult to use this library from JS-land....
**Is your feature request related to a problem? Please describe.** The Supabase package currently runs a postinstall script to download the binary for the current platform. This strategy should be...
With the addition of PRs like https://github.com/nodejs/node/pull/48658 or https://github.com/nodejs/node/pull/49593 virtual filesystem overlays are in an uncomfortable position where Node both doesn't respect anymore its own APIs (ie `fs`). We currently...
It's only after reading the spec that I understood the value accessed when using the `source` keyword isn't the module's source file content, but rather the module object. Is the...
Hi, If I'm not mistaken, the plugin is currently using the 1.4.2 version. Could it be possible to update the jsbeautifier version to use the latest (1.5.1) ? It adds...
I'd like to access the original AST in order to extract the frontmatter data plus a couple of other information (like the headers, to generate a page navigation), but it...
I'm trying to have [Shiki Twoslash](https://shikijs.github.io/twoslash/) support in my mdx files, but I'm not sure it's currently possible. My idea was to parse the original file as an AST, extract...
Store16
Hi, First of all, great work! Your guide is very well written, kudos. I really hope you'll be able to finish it, good emulation guides are quite hard to find,...