James Pearce

Results 63 comments of James Pearce

OK, very tempting (says the man with bad bandwidth too :) )

I got pretty far with this but there were incompatibilities with some of the third-party SQLite dependencies (at runtime). Sad because the package management was much faster!

Awesome! I don't recall a strong reason to use one vs the other, so if they are semantically approximate, I guess it should work. We should drape it in test...

Since v3.3, there is a [getTableCellIds](https://tinybase.org/api/store/interfaces/store/store/methods/getter/gettablecellids/) method which (assuming the table is populated) will give you all the cell Ids present anywhere in the table. As a short term work...

I guess the intention is that the name should also be quoted in the argument since it had been quoted in the pg_notify context. But as you can see from...

I'm not clear why there's a need to lowercase the string in that function at all (if it's insensitive as claimed). Seems like other SDKs do not. Also it seems...

ok! this sounds fun...

I think that would be the best. I don't want to carry heavy dependencies - assuming you can find a way to pass in the server you need as an...

WOW, this is a very cool suggestion. Indeed, you can re-use the WebSocket for multiple synchronizers, but bad stuff is going to happen when it all gets mixed up. I...

> One other question I had is - How can I currently remove a persister from createWsServer once I've created a persister for it? I think that the tinybase WsServer...