Aaron Boodman

Results 63 issues of Aaron Boodman

We have one example of a user confusing this: https://discord.com/channels/830183651022471199/1016346958320902244 ... but also making the value of the key part of the API could facilitate using it in env vars...

Fixit

When I run `wrangler dev --local` I get the following error: ``` Starting inspector on 0.0.0.0:9229 failed: address already in use ``` The port is not in use according to...

bug

Our indexes right now are covering. This makes them super fast for reads, but very expensive for writes. Because of their expense we often avoid using indexes, or too many...

We should add a way to query Replicache data. It should be truly reactive, such that when one row changes only a small amount of work is done to update...

It's an easy mistake to make. Currently Replicache logs if the cookies goes *down* but it doesn't log if it stays equal.

People often want to know when the fist sync round trip has happened. One common reason for this is to initialize state with some default data. Waiting for `onSync(true)` sort...

This was just something we overlooked when first implementing. We would have to add some bits to the index value to distinguish types and decide on an ordering.

Future

A user suggested switching or having the option to use something like https://discord.com/channels/830183651022471199/830183651022471202/1050212093539917884. The motivation is to be able to use dates, cycles, etc. This is interesting because it is...

The current protocol does not support deleting old client records. This is because clients are created implicitly by either push or pull, and the clientID is user-supplied. So if a...

See the related Firebase feature for inspiration: https://stackoverflow.com/questions/46597327/difference-between-firestore-set-with-merge-true-and-update