Hegyi Áron Ferenc

Results 7 comments of Hegyi Áron Ferenc

I look with favor on the big red C

Crowdin could be integrated for that. The [Electron community there](https://crowdin.com/project/electron) is a good example

using shadcn components with `client:load` in Astro produces the same hydration errors as well

> ```ts > type Concat = [...T,...U] > // or > type Concat = [...T,...U] > ``` The only issue with this is that `any[]` says "any list type that...

yep, variadic positional arguments would be helpful, maybe `args._` just works?

this workaround worked for me (it's probably wrong) `package.json` ```json "overrides": { "cookie": "npm:cookie-es@^1.2.2" } ```