Tobbe Lundberg

Results 360 comments of Tobbe Lundberg

Ohh, totally! Routes should definitely be allowed to have hyphens. I'm only talking about route names. So, in @tilmann's case the route could still be `https://domain.de/rechnungscheck-demo`, but the name would...

> With a linter rule? I'd love it to be a TS-error, but yeah, a linter rule is probably the easiest. We already have a couple of other frameworks-specific linter...

Where and how can I add words to cspell that all projects I open in Zed would pick up? I guess what I'm asking is, how can I tell zed-cspell...

Thanks for reporting @phil714. Would you be interesting in trying to upgrade our Sentry integration? A PR would be more than welcome 🙏

I also wish I understood the eslint stuff better. There's the RW framework vs RW project split. There's the new "flat config" stuff. There's typed linting. I just don't have...

@martinfrommel Have you checked out Cedar? It's what companies are moving to. I just had another company migrate over to Cedar v1 yesterday, and they upgraded to Cedar v2 today....

I ran into this myself and wrote up a fix for it here https://github.com/shadcn-ui/ui/pull/5616

If anyone wants to try my fix I published it to my own npm registry Just run `npx -y https://verdaccio.tobbe.dev/shadcn/-/shadcn-2.1.2-tobbe-20241029-0244.tgz add button` or whatever component you want to try with...

I believe this is now fixed by https://github.com/mrousavy/react-native-vision-camera/pull/3583 and should be closed 👍

@rapzo Would you use the pagination for a customer-facing app, or more for an admin panel kind of thing? Just curious about the use-case (and generally impressed with all the...