Sébastien Règne
Sébastien Règne
Hello @basilgello, I'm the developer of the [Cast Kodi](https://github.com/regseb/castkodi) browser extension. The extension uses `WebSocket` to exchange with Kodi. I'm interested to know what is planned to secure the WebSocket...
- The CLI reports a warning if the `data_collection_permissions` property is missing; - The API reports an error because the `data_collection_permissions` property is reserved. I get the error because I...
I need to pass the configuration to set the directory (with the `_` property). I think the same default values should be used when using the CLI and the API....
Following pull request #5841, the problem no longer comes from the ESLint version, but rather from the ECMA version configured in [addons-scanner-utils](https://github.com/mozilla/addons-scanner-utils/blob/9.14.0/src/const.ts#L2) (https://github.com/mozilla/addons-scanner-utils/pull/197): ```typescript // This is the ECMAScript version...
@Niek Now that the refactor has been merged, can you review this pull request?
Both videos of my bug now have sound, and I haven't found any other videos that don't have sound. Here are the logs (with _Show higher levels_) for a live...
In _System_ > _Logging_, I enabled all logs. And in _Specify component-specific logging_, I enabled _FFmpeg_, _Audio_, _Video_, _audio/video timing information_, _PVR_, _Add-ons_ and _Webserver_. Here are the logs I...
I integrated ghost-cursor into my [Playwright-ghost](https://github.com/regseb/playwright-ghost#readme) project. It's Playwright with plugins, including the [`humanize.cursor`](https://github.com/regseb/playwright-ghost/blob/main/src/plugins/humanize/cursor.js) plugin that uses ghost-cursor. The plugin modifies all methods that move the cursor (`Locator.click()`, `Mouse.move()`, etc.)...