Sam Willis

Results 171 comments of Sam Willis

This will need some investigation to solve, a few initial thoughts / pointers: - I believe Jest was CJS only until recently, we do have both ESM and CJS builds...

Hey @mattfysh This has reached the top of my list. I'm going to dig in over the next few days to understand the problem.

Thanks for the report, looks like we have a bug in the extension. Until we release a fix you can do this below, note the empty object passed to `electricSync`:...

Report of it still being an issue: https://discord.com/channels/933657521581858818/1273001835346657384/1283167493095165982

Good idea, we should document this better. For quick context, PGlite is Postgres in "single user mode". There is no support for concurrent connections and you are like to corrupt...

Hey @0xOlias Yep, we should absolutely do this. In the browser I think the best way is to implement it with WebLocks, for Node we should open and lock a...

We'd love to support some time series extensions. Our current focus is to make building extensions easer for the community. We intent to maintain a few core extensions ourselves but...

Hey @e253, As we now have pgvector support in PGlite I'm going to close this PR. Many thats for the work on it.

Hey @AntonOfTheWoods The useCopy option is quite new, and mostly implemented to speed up the demo I'm working on, I'm not surprised it doesn't work with all types yet. This...

> Unless this is easily exposable from somewhere in the wasm I used the Postgres 'format' function previously for this. Take a look at the live query extension, it formats...