Sam Ducker

Results 23 comments of Sam Ducker

Hey I'm still having this issue @Ernxst @thdxr as the OP. My build config is ``` import { builtinModules } from 'node:module'; const hono = new sst.cloudflare.Worker('Name', { url: true,...

Hey @Doko-Demo-Doa unfortunately it doesn't work for me with the same implementation as you in my route layout file. I'm on latest expo SDK with expo-router, continuous native generation mode...

Hi @Doko-Demo-Doa I'm sorry to report, I couldn't get this library to work maybe it was clashing with expo dev client I'm not really sure. I produced this custom hook...

Just wondering if I use android.splash + ios.splash vs using the splash key in my app.config.ts/app.json will this make any difference to this issue on expo SDK 51 or it...

@radex @ororsatti is this still a goal of the project to have FTS search built in to watermelondb?

I strongly advocate for this use case. It would be the only local-first solution available to sync with durable objects with a relational database model. TinyBase has a feature like...

Awesome work! Assuming one store per user with LiveStore, here are some potential use cases @schickling @threepointone - would love your thoughts: These seem the closest to possible today if...

@GGGava could you take a look and help get this merged if possible?

@Lms24 does cloudflare handle the source maps or do you use tsc? Wasn't clear from docs as you don't typically use a build script with cloudflare workers.

@Lms24 I think cf workers transpiles it, unless they are just running typescript without compilation? But there is no build tool in dev to output a build folder according to...