Sam Willis
Sam Willis
After discussion with @balegas and @icehaunter we believe that it's possible to use the pixel coords as the PK with an upsert on drawing. Electric should handle two concurrent INSERTs...
I have updated this example to the new proxy and types. It's split into three commits: 1. Initial state after running `create-electric-app` 2. The basic app implemented 3. Adding presence...
Amusingly I've been looking a little into this this afternoon. 🤣 Compiled prepared statements include a query plan, and so we probably want to clear any cache whenever migrations are...
Good catch, I will add a similar 'x-style-disable' attribute. Realistically, user submitted html needs to be going through an "allow list" (rather than block list) of elements and attributes. But...
This error is related to the legacy Electric sync and so I'm going to close.
Hey, We're looking into that (https://github.com/cawfree/react-native-webassembly) route to RN support, but it's going to require quite a bit of work as it wouldn't be compatible with the current build. We...
Hey @evelant We're making good progress, RN support depends on our "libpglite" project. This is going well, we have a good understanding of what's needs and have some early prototyping...
Hey @octalpixel Polygen is very cool! I've been keeping my eye on it. One of the routes we've been exploring is very similar, it's also using wasm to c. Using...
Thanks for the report, could you let me know what React framework and build tooling you are using? the `"use client"` is making me think you may be using Next.js...
Could you check if there is an indexeddb via the Chrome dev tools, if there is one delete it and refresh the app. It may be that the state of...