Sam Willis

Results 85 comments of Sam Willis

@sledorze we have a few ideas around how to improve memory usage and startup time for unit/integration testing. What I would love to do is create a method to fork...

Hey @John-P We are very close, it wasn't quite read for lunch yesterday, but is looking like it could happen this week.

Hey, yes OPFS is absolutely on the roadmap. IndexedDB was the quickest route to this early Alpha, but it's not the target.

Hey, yep exactly. It's the key target for persistence. There are a few technicalities, although OPFS offers sync file handles, opening a file is still async. There a a few...

Hey @AntonOfTheWoods, I expect we are going to explore both routes in time. WASMFS is probably the shorter route to a first version, but may have drawbacks with CORS header...

@Neo-Ciber94 absolutely, that's something we are considering. All the FS are built on top of the Emscripten file systems at the moment, and there aren't really any unofficial ones out...

pgvector is supported in the current alpha/@next release, expected to go final in about a week.

Hey @d3lm, I've published a debug build with `-s ASSERTIONS=1` although I'm unsure is it's giving us any more detailed errors. https://www.npmjs.com/package/@electric-sql/pglite/v/0.0.1-debug.2 There is also the `ASSERTIONS=2` and `SAFE_HEAP=1` options...

> Same here. On Windows machine. Do you also use Windows? Hey @Yaromey, there's a bug on Windows #34, should be fixed this week!

If you change the less file to this it should work: ``` img { display: inline; content: ""; &:before { content: ~'"![" attr(alt)'; display: inline-block; } &:after { content: ~'"]("...