Sylvain Bellone

Results 5 issues of Sylvain Bellone

**Describe the bug** Some queries generated with `[]byte` values are not valid. **To Reproduce** - Setup a local postgres with the following test table: ```sql CREATE TABLE test_table ( binary_col...

Firefox shows the following source map warning: ``` Source map error: Error: Invalid URL: webpack://[name]/./src/autocomplete-theme-classic.scss Resource URL: https://cdn.jsdelivr.net/npm/@algolia/algoliasearch-netlify-frontend@1/dist/algoliasearchNetlify.css Source Map URL: algoliasearchNetlify.css.map ```

### Description `apt-key` is deprecated and will disappear in the next releases of Debian and Ubuntu as mentioned in the [man page](https://manpages.debian.org/bullseye/apt/apt-key.8.en.html). The recommended way is now to use `signed-by`...

## Please describe the **minimum necessary steps** to reproduce this issue: ```js const micromatch = require('micromatch'); // version must be >= 4.0.1 console.log(micromatch(['/test/t/'], ['**/t/'])); // [ '/test/t/' ] console.log(micromatch(['/test/t/'], ['**/t']));...

Introduce flat configs ([blog](https://eslint.org/blog/2022/08/new-config-system-part-2/), [doc](https://eslint.org/docs/latest/use/configure/configuration-files)), required to migrate to ESLint 9 (#342). Migration guide: https://eslint.org/docs/latest/use/configure/migration-guide To keep our config compatible with legacy versions, I've created new configs in a separate...