James Arthur
James Arthur
@balegas perhaps this is an initiative rather than an epic? Is it useful to capture in a backlog for now?
@samwillis is this the best place to track support for Expo and React Native? I assume it is.
Perhaps we could provide a PGlite.createOnce() function or similar, which would return the same instance no matter how many times it’s called.
@f0rr0 super cool!
Thanks, bear with me and I'll have a chat with the team our end. On the proxy dependencies point, yes, my first thought would be a strategy pattern (where you...
What's the right behaviour here -- is the last message offset different from the electric-offset value? If so, is that correct?
Awesome, so are you telling me it just worked if I just passed an array as a single parameter?! That's obviously what I tried first. Sorry -- I must have...
Reopening because I'm discovering another quirk here, which is that the liveQuery causes my component to continuously re-render when I use an array param: ```ts export default function Component() {...
is there an alternative mechanism to indicate when to re-run the query? Like the ability to provide an arbitrary dependency? I ask because then you could use the common pattern...
I think any default value should be explicit. It's useful, when you want to, to be able to distinguish between empty results and no results yet.