Aaron Boodman
Aaron Boodman
First, thanks for creating this site. Super useful. Second, in a few places you refer to Figma as using CRDTs. They themselves say this is not the case in the...
On OSX, I am generating my key file using: ``` ssh-keygen -t ecdsa -b 256 -m PEM ``` Then if I test it like this: ``` $ echo {\"foo\":\"bar\"} |...
Introduce an `enableOffline` configuration flag that controls whether offline features work. Defaults to false in dev mode, true in production. Addresses #143
The standard (and Cloudflare) require that if `Sec-WebSocket-Protocol` request header is sent in a websocket connection request, the server must acknowledge it by setting a response header with the same...
Replicache UIs are currently built using the [`subscribe()`](https://doc.replicache.dev/api/classes/Replicache#subscribe) method. The idea of subscribe is that it is an arbitrary function of a Replicache state that can return any `JSONValue` as...
Le sigh. See: https://discord.com/channels/830183651022471199/966042424273150033 Tasks: 1. [ ] When this error happens (and the Replicache instance hasn't been closed) try to reopen the connection to the idb database. If we...
We have a todo template you can clone for Next.js, and we plan to have one for pure React, Solid and Svelte. But what if you want to use some...
We have a Next.js quickstart currently but for people who do not use Next.js the extra complexity gets in the way. We should factor out a pure React sample out...
Related to #1019 , we can use a successful push as a signal that we might be online and to try and pull too. Typically a successful push will result...
This is marginally useful in the real world, but during development is very useful. Devs frequently use the "offline" feature when developing or testing and it would be great if...