Sébastien Règne

Results 52 issues of Sébastien Règne

Hello, When the API `colorguard.process()` is called, the results are returned in the promise, but they are also displayed on the standard output: ``` line 5 col 5 #fffffe collides...

## Describe When you send a SoundCloud playlist to the Kodi video player, the addon adds the items to the music player. The items should be added in the same...

enhancement

This pull request fixes #6208 (and its duplicates: #7576, #8139, #8248) and finds a compromise for [_Simple Icons or custom Shields logos?_ #7684](https://github.com/badges/shields/issues/7684). - Without `logoColor` query parameter: display [custom...

on-hold
needs-discussion

## Purpose Use `keep-alive` by default for `Connection` header. ## Changes Replace `close` by `keep-alive`. ## Additional information Chromium and Firefox use `keep-alive` by default for `Connection` header. [MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Connection) specifies...

### ESLint version v8.16.0 ### What problem do you want to solve? I use [Playwright](https://playwright.dev/) to control a browser from a Node script. With Playwright, you can write JavaScript that...

enhancement
core

### Environment Node version: v18.4.0 npm version: 8.13.2 Local ESLint version: 8.19.0 Global ESLint version: none Operating System: Ubuntu 22.04 LTS ### What parser are you using? Default (Espree) ###...

bug
rule
accepted
indent
repro:yes

### Describe the problem and steps to reproduce it: Files with a _top-level await_ and no _import_: returns a syntax error. ```JavaScript await browser.storage.local.get(); ``` ### What happened? ``` Validation...

component: javascript
contrib: welcome
priority: p3
state: stale

### Basic info: - **Node.js version:** v18.7.0 - **jsdom version:** 20.0.0 ### Description I found a difference between jsdom and browsers (Firefox and Chromium). For an XML document with a...

selectors

## Bug Description A request on this [page of the Daily Mail](https://www.dailymail.co.uk/sciencetech/article-8057229/Scientists-create-stunning-gifs-Mars-sand-dunes-understand-conditions-impact-them.html) throws an _UND_ERR_SOCKET_ error. There is no problem with `https`. ## Reproducible By Execute this script: ```JavaScript import...

bug

## Description Don't check if an other player is active to return properties of a player ([`Player.GetProperties`](https://kodi.wiki/view/JSON-RPC_API/v10#Player.GetProperties)). ## Motivation and Context Pull request to fix https://github.com/xbmc/xbmc/issues/17897. ## How Has This...

Rebase needed