Gautier Ben Aïm

Results 30 comments of Gautier Ben Aïm

I'm a bit late to the party, but I like `$env/app`. What it exports make more sense to be in `$env` than in `$app`.

Hey @BlueSialia! Aexol is (at this point) against adding dependencies: the generated code should be standalone until Zeus has a plugin system. I created a userland implementation for a few...

Closing because deprecated in favor of [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte)

Hey, I had it working with the following config: ```js import js from "@eslint/js"; import eslintConfigPrettier from "eslint-config-prettier"; import eslintPluginSvelte from "eslint-plugin-svelte"; import globals from "globals"; import svelteParser from "svelte-eslint-parser";...

I found why my config file was not working with ts files in vscode, yet the command line interface worked as expected! I needed this config line in vscode: `"eslint.experimental.useFlatConfig":...

Upping this issue as it makes usage of a protobuf registry hard and inconsistent: For the following protobuf file ```protobuf package namespace; message APIRequest { string api_url = 1; }...

Hey! I observed a few interesting behaviors regarding the new `createEventDispatcher` type. 1. This pull request slightly changes the behavior for `null` and `undefined`. ```ts // Setup const dispatch =...

Hey there, found one in #11302: `` tokens are now written with underscores rather than dashes. * Before: `` * After: `` It is succinctly mentioned in https://svelte-5-preview.vercel.app/docs/breaking-changes#other-breaking-changes-renames-of-various-error-warning-codes

Hey there, I've been thinking (and tinkering) a lot about two-way bindings of things that require a transformation: * [A component that exposes a prop as an array but uses...

I'll update the tests accordingly if this change is accepted