Sébastien Règne

Results 78 issues of Sébastien Règne

Fixes #5845 - Create an object containing the default values. - Use this object in the CLI options. - Use this object in the Linter instantiation (in case addons-linter is...

When you add the `data_collection_permissions` property in `manifest.json`, addons-linter reports the error: _The "data_collection_permissions" property is reserved._ (`DATA_COLLECTION_PERMISSIONS_PROP_RESERVED`) But when you publish an extension without the `data_collection_permissions` property, you get...

contrib:welcome

### Context Please provide any relevant information about your setup * Add-on Version: 7.3.0+beta.1 * Kodi Version: 21.2 * Kodi GUI Language: French * Operating System: OSMC 2025.03-1 * Operating...

bug

### What version of Bun is running? 1.3.5+1e86cebd7 ### What platform is your computer? Linux 6.14.0-37-generic x86_64 x86_64 ### What steps can reproduce the bug? - `index.js` ```javascript import fs...

bug
needs triage

### What version of Bun is running? 1.3.5+1e86cebd7 ### What platform is your computer? Linux 6.14.0-37-generic x86_64 x86_64 ### What steps can reproduce the bug? ```javascript // index.js foo: function...

bug
needs triage

### What version of Bun is running? 1.3.5+1e86cebd7 ### What platform is your computer? Linux 6.14.0-37-generic x86_64 x86_64 ### What steps can reproduce the bug? ```javascript // index.js import {...

bug
needs triage

Fix https://github.com/Xetera/ghost-cursor/issues/152 Split features into two files: - `core` for puppeteer independent features : `path()` - `spoof` (default) for puppeteer related features and also `core`: `createCursor()`, `path()`

The [`path()`](https://github.com/Xetera/ghost-cursor#pathpoint-vector-target-vector-options-number--pathoptions-vector--timedvector) method should return an empty array (or an array with only starting and ending points) when the starting and ending points are the same. Currently, the method returns...