Quentin Lemeasle

Results 13 issues of Quentin Lemeasle

Added JSON Visio in Editors Tools created by [@AykutS](https://github.com/AykutSarac)

When trying to convert 1.20 into "Un Euro Et Vingt Centimes" I get "Un Euros et Vingt Centimes" There should not have a "s" in the end of "euro" For...

### Describe a bug Hello, The action fail on main branches while it works on PR. See the screenshot below and the report.json gist link ### Expected behavior The report...

bug

* Are you using the latest driver? Yes * Are you using the latest EVDI version? Yes * If you are using a DisplayLink device, have you checked 'troubleshooting' on...

### Please avoid duplicates - [X] I checked [all open feature requests](https://github.com/nock/nock/issues?q=is%3Aissue+is%3Aopen+label%3Afeature) and none of them matched my request. ### Context When using Nock, most of the functions don't have...

feature

Hello My editor is set to apply auto-fixes (mainly ESLint and Typescript) on save. Since recently, Copilot chat also applies auto-fixes. It's a real pain because it's far much slower...

## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...

type: bug
pending-approval

Hello I have open this PR in order to remove some @ts-ignore comments to improve Typescript type safety. Types have been adjusted to reflect the correct usage in the codebase....

Hello This pull request removes the qs package and replaces it with a custom implementation of URLSearchParams serializer. The `stringifyRequestData` function now serializes an object or string into URL-encoded parameters,...

Hello This PR put @types/node as an optional peerDependency. There was already previous attempt to move it to "devDependency" in order to avoid the size overhead of node types for...