Sam Willis

Results 171 comments of Sam Willis

Hey @sandros94 Thanks for the report. My understanding is that if you use `shallowRef` rather than `ref` this wouldn't be an issue as Vue wouldn't try to proxy the internal...

Thanks for the report @TheAndrewJackson The OPFS AHP VFS only works in a dedicated web worker as it requires the sync access handle API which is not available on the...

It's worth carefully benchmarking the difference in performance been the two versions for each use case. The overhead of calculating the diff inside the `live.incrementalQuery` can sometimes outweigh the gains...

> is there no solution here that could work with Docker It is possible to run Caddy, or any other HTTP2 server in Docker, however the issue that arrises is...

Hey @AdrianLThomas, thanks for the report. PGlite requires some specific Next.js configuration, we have it documented here: https://pglite.dev/docs/bundler-support#next-js I think this issue looks like it would be solved by that,...

Yes, we will move to PG v17, but not quite yet. We want to ensure there is a clean upgrade path first. The file storage for Postgres is not compatible...

I would argue that this functionality should be a layer above ShapeStream. ShapeStream is a nice thin abstraction of the protocol, and perfect for feeding into other stores. If that...

@thruflo yes, for a read path it's trivial. For a write path it would be possible to also make work. But still single connection. Although this is "read only", it...

Hey @bumberboy It should run in Safari, previous testing has worked, but maybe we need to do a little more. I know there can be issues if you try to...