daveycodez

Results 43 comments of daveycodez

Might be able to listen for pop state and disable animations. I’ll mess around with this. I’m exporting static Capacitor apps to iOS and I want to recreate the iOS...

I recently ran into an issue using Set of strings and had to convert it to a Json column since I need it as a string[] for stringifying, but can't...

I did some research and it might be a specific issue with ARM based Macs. https://github.com/lovell/sharp/issues/3944 Someone had this error only on an arm Mac with Sharp

```shell npm ls langium npm ls -a | grep chevrotain [email protected] /Users/david/Developer/new-tech └─┬ [email protected] ├─┬ @zenstackhq/[email protected] │ └── [email protected] deduped ├─┬ @zenstackhq/[email protected] │ └── [email protected] deduped └── [email protected] │ │...

Whoaaaa I also had better Auth maybe that’s what’s causing a compatibility issue

With private set to false, any stranger can use your Anon key to create channels. There is a message cap of 500 messages per second for Pro accounts. That means...

lib folder should have the same icon as utils, the wrench

It’s definitely pretty common since shadcn creates a lib folder

I'm building this right now with TanStackDB & Neon but it will work with Supabase. I'm also setting up Ably LiveSync on top of it for realtime but it could...