Gautier Ben Aïm

Results 56 issues of Gautier Ben Aïm

These lines break `display: flex` lists: https://github.com/csstools/sanitize.css/blob/092d0d85922bfa72d28e9e8d25d80a5437c8df44/sanitize.css#L102-L105 Without: With these lines, a ~10px gap appears:

Hello, here is a screenshot of the problem: ![image](https://user-images.githubusercontent.com/48261497/120900774-18697f00-c637-11eb-944d-db2681681da0.png) - Firefox displays the error location according to the source map - VSCode displays the real error location launch.json I'm using...

Hey there! We will develop a specific plugin to address a specific vulnerability: [GraphQL Bombs](https://escape.tech/blog/forging-graphql-bombs-the-2022-version-of-zip-bombs/). Potential approach: - The plugin will make sure that variables containing files are referenced exactly...

next-up

### Describe the bug I'm observing weird interactions between a client and a newly deployed server instance. Here's what I guess happens, with no absolute certainty: - A user goes...

### Describe the bug I often hear from other developers having issues with *reactive statements doing nothing*. For instance: ```svelte export let data; // We use sveltekit $: me =...

### Describe the problem I'm currently doing something very hacky because I cannot update the huge number of links on a page: ```js beforeNavigate(async ({ to, type, cancel }) =>...

### Describe the problem Let's say I have a few layouts that fetch data using session credentials. ```ts // hooks.server.ts export const handle = ({event, resolve}) => { if (hasACertainCookie)...

Hey there, I noticed that the stream detection heuristics can be improved to support graphql live queries. The following headers are used together to stream the response: ```http HTTP/1.1 200...

enhancement

- Rollup Plugin Name: @rollup/plugin-commonjs - Rollup Plugin Version: latest (^25.0.7) - Rollup Version: latest (^4.10.0) - Operating System (or Browser): - Node Version: 20 - Link to reproduction: https://stackblitz.com/edit/rollup-repro-axmnsg?file=src%2Fmain.cjs...

### Describe the bug Renaming svelte files several times in a short amount of time crashes the language server. It might be because of a race condition: the previous "Update...

bug