Sébastien Règne

Results 78 issues of Sébastien Règne

## Description `puppeteer` is [imported](https://github.com/Xetera/ghost-cursor/blob/v1.3.0/src/spoof.ts#L1) into the source code, but it's not into the published [dependencies](https://github.com/Xetera/ghost-cursor/blob/v1.3.0/package.json#L24-L28). I use `ghost-cursor`, but I don't have `puppeteer` (I use `playwright`). I think `ghost-cursor`...

# Suggestion ## 🔍 Search Terms hidden, dot, dotfile, include, tsconfig. ## ✅ Viability Checklist My suggestion meets these guidelines: * [X] This wouldn't be a breaking change in existing...

Suggestion
Awaiting More Feedback

### Environment ESLint Playground ### What parser are you using? Default (Espree) ### What did you do? ### Playground Code ```js const add = new Function("a", "b", "return a +...

bug
repro:needed

Simplify links: - Replace redirections: - → - [https://github.com/mozilla/**diversity**](https://github.com/mozilla/diversity) → [https://github.com/mozilla/**inclusion**](https://github.com/mozilla/inclusion) - Use `` when label and link are identical `[https://example.com/](https://example.com/)` (to avoid inconsistencies). And format file with [Prettier](https://prettier.io/) (only...

The file is named [_**1**-leak-fixes.patch_](https://github.com/daijro/camoufox/blob/v135.0.1-beta.24/patches/playwright/1-leak-fixes.patch), but in the [table](https://github.com/daijro/camoufox/blob/v135.0.1-beta.24/patches/playwright/README.md#playwright-patches) it's _**0**-leak-fixes.patch_.

### 💻 - [x] Would you like to work on this feature? ### What problem are you trying to solve? - `index.js` ```javascript import { parseAsync, traverse } from "@babel/core";...

i: needs triage

- Simplify links: - Replace redirections. - Use `` when label and link are identical `[https://example.com/](https://example.com/)` (to avoid inconsistencies). - Format with [Prettier](https://prettier.io/): - `npx prettier --write --prose-wrap always content/version/3/0/code_of_conduct.md`...

Code blocks with links have a different style on the website. For example, on the [_Installation_](https://yarnpkg.com/getting-started/install) page: - The `npm install -g corepack` command is in a white box with...

`deobfuscate()` doesn't support [Public class fields](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Public_class_fields) and [Private elements](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_elements). ### Public class fields ```javascript class Foo { bar; }; ``` ``` /home/regseb/testcase/node_modules/shift-parser/src/tokenizer.js:275 return new JsError(this.startIndex, this.startLine + 1, this.startIndex -...

```javascript function foo(a, b) { bar("" + a, b) } function bar(c, d) { return (c = d), d } ``` Deobfuscate the [above code](https://eslint.org/play/#eyJ0ZXh0IjoiZnVuY3Rpb24gZm9vKGEsIGIpIHtcbiAgYmFyKFwiXCIgKyBhLCBiKVxufVxuXG5mdW5jdGlvbiBiYXIoYywgZCkge1xuICByZXR1cm4gKGMgPSBkKSwgZFxufSIsIm9wdGlvbnMiOnsicnVsZXMiOnt9LCJsYW5ndWFnZU9wdGlvbnMiOnsicGFyc2VyT3B0aW9ucyI6eyJlY21hRmVhdHVyZXMiOnt9fX19fQ==) (extracted from function `n3(e)` and...