Maël Nison

Results 100 issues of Maël Nison

Really nice work! I threw together a quick [demo](https://codesandbox.io/p/sandbox/purple-monad-xnfvye) of trying to run an unmodified build of Yarn within Nodebox; it almost works, which would be incredibly useful for writing...

bug

> This is mostly a test to see how well Copilot works. Adds support for handling the `cause` property of errors in the error formatting logic of the `Cli` class,...

**Describe the bug** Using the `flattenGeneratedTypes` option (required to workaround https://github.com/dotansimha/graphql-code-generator/issues/4212) causes GraphQL to fail to locate fragments when using `near-operation-file-preset` and the fragments are located in other files (regardless...

### What is the problem this feature will solve? This issue is to test the water a little bit. Node supports zlib natively, which takes care of the compression /...

zlib
feature request

## What's the problem this PR addresses? The `git:` protocol supports cloning workspaces from a given repository, but only if the project to install is at the root of the...

**What package is covered by this investigations?** ESLint **Describe the goal of the investigation** I'd like ESLint to support PnP painlessly. It currently works, but requires a specific logic on...

case study

When using PnP, SyncKit automatically adds the `--loader` flag. Unfortunately, this doesn't work in Node.js, the `--loader` flag is [accidentally ignored for workers](https://github.com/nodejs/node/issues/47747). Instead, I suggest you try calling [`module.register`](https://nodejs.org/api/module.html#moduleregisterspecifier-parenturl-options)...

This PR attempts to fix an error that occurs when using lookbehind expressions within tokens: ``` Error: Unable to use "first char" lexer optimizations: Failed parsing: < /(? Using the...

With those changes, the following files will be generated by the release process; I can also see to make an alias on `latest` to quickly find the most recent public...

This PR enables the [FTS5](https://www.sqlite.org/fts5.html) extension by default. Why I think it should be supported by default: - The feature is very useful to a wide range of client-based applications,...