Jason Lewicki

Results 19 comments of Jason Lewicki

To give you all an update, and potentially reduce the problem set, I've created another branch that conditionally incorporates `@powersync/react-native` https://github.com/fig-wealth/powersync-react-native-web/tree/with-react-native As far as I can tell, it works on...

That's great news. I can't wait 👍

The dev build has been working great so far. Thanks for all the hard work!

Hey team. We're trying to build for MVP over here: `npx expo export -p w --clear` This is the error we are getting on load: `Failed to fetch a worker...

Ok we're in business. i have a git action: ``` # Copy public powersync files to dist directory - name: Copy public files to dist directory run: | # Define...

> hi @jasonlewicki , so does the powersync work on expo web now? Do we need to add more config like git action you paste above? Thanks @ducpt-bili Hey, yeah,...

@vendramini Yeah, it's messy and chatGPT helped a bit, but it got the job done. Good luck! ``` const { withNxMetro } = require('@nx/expo'); const { withTamagui } = require('@tamagui/metro-plugin');...

This seems to happen when there are TS errors on objects that have HUGE types and generics. Perhaps a way to limit how deeply it looks

I'm seeing this as well: ``` { "op_id": 337, "op": "PATCH", "type": "AccountTransaction", "id": "03df58aa-4cf4-44ee-ab58-0d48a4a232df", "tx_id": 279, "data": { "type": "INCOME" } }, ``` been around for at least 9...