Nicolas Laval

Results 19 issues of Nicolas Laval

`Link` component support `filename` props, `Download` not. Is it possible to fix ?

Remove rule into `eslintrc` and fix `jsx-a11y/anchor-is-valid: 0` issues

Considering the following input: `a = un` in a grammar where `un` can be a constant, but where `un` can also be the 2 first letters of the `union` token....

Hi, The repo seems to be inactive, which is a shame, because the implementation is interesting. Do you plan to bring it back to life? Is it possible to publish...

* **Electron-Builder Version**: v24.6.4 * **Node Version**: v20.9.0 * **Electron Version**: V28.1.3 * **Electron Type (current, beta, nightly)**: current * **Target**: es5 ``` I have the following simple nsh script...

Since webpack release to v5, some required lib for browser running are missing: ``` BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This...

Types don't seems to be exposed (2.3.2 version) ``` Cannot find module 'chonky' or its corresponding type declarations ```

### Describe the bug Hi, Default behavior is to make items independent. Is there a way to "link" them? I would like that resizing a box resize with the same...

### Describe the bug Hi, Default behavior when resizing a box is to push neighbors. If I have a 12 columns grid with: - A: x:0, y:0, h:10, w:6 -...

Hello, Has anyone ever tried to handle an EBNF grammar in monaco-react thanks to [Antlr](https://www.antlr.org/) and [antlr4ts](https://github.com/tunnelvisionlabs/antlr4ts)?