Grant Forrest
Grant Forrest
- [ ] Switch to Verdant router - [ ] Intercept navigation for updates rather than prompt - [ ] Navigation transition indicator - [ ] Ignore .env files
Can't tell if it's old corrupted data or new bugs, but I saw invalid foreign OIDs on sub-objects which crashed Gnocchi.
I'm pretty sure things don't work right if you don't supply one.
The system could have a built in secondary presence which only tracks user interaction with entities by OID. Each replica has a lastUpdatedEntity tracked presence field which is seamlessly set...
A draft should be splittable from any entity. It should conform to the exact same API and be usable in the same way, except it doesn't affect the original and...
https://web.dev/optimizing-content-efficiency-save-data/#detecting-the-save-data-setting Use HTTP even if peers are online when data saver is on.
This is a surprisingly common pattern that I've implemented in userland. Does it deserve a first-class concept? Basically a particular field on a model gets an `updatedAt` timestamp (or using...
For: ```ts if (foo.get("bar")) { x = foo.get("bar") + 1; // ts error... it can't be sure the return is still truthy } ```
Changes needed to have one stand-alone Verdant server which serves multiple apps: - Authentication is based on a per-app key, not global secret - App acquires auth token from server...