David Sheldrick
David Sheldrick
I copied over this [log.js](https://github.com/ds300/lazyrepo/blob/1d58bf04fc28655613574d2e14b05fad077c1635/src/log.js#L1) file from an old project of mine, but I don't love it. It also doesn't support log levels (e.g. --verbose, --debug, etc). Let's find something...
Lots of people are having a bad time with loading/restoring snapshots and there's a few reasons for that: - It's not clear how to preserve UI state independently of document...
wip ### Change Type - [ ] `sdk` — Changes the tldraw SDK - [ ] `dotcom` — Changes the tldraw.com web app - [ ] `docs` — Changes to...
This PR adds a `GET /api/unfurl?url=blahblah` endpoint to our worker. I tried out the existing cheerio implementation but it added 300kb to our worker bundle in the end, due to...
This PR adds an example using Google Maps as a background. ### Change type - [ ] `bugfix` - [ ] `improvement` - [ ] `feature` - [ ] `api`...
With translate/resize snapping we show red 'snap' lines when a snap has been applied. With line snapping (dragging handle snapping) we don't show anything, the point just snaps to some...
We get errors in the #deploy channel when the deploy script fails on any branch. I want to retain that, but it would be nice to point to the exact...
Describe what your pull request does. If you can, add GIFs or images showing the before and after of your change. ### Change type - [ ] `bugfix` - [...
Our publish-new script was not allowing the bemo deploys to go out because it was pushing the changelog commits to the `bemo-production` branch, and the changelog commits have `[skip ci]`...
Fixes https://discord.com/channels/859816885297741824/859816885801713728/1318729897958707312 Fixed a bug with locally synced stores where custom migrations were not being passed to the store constructor ### Change type - [x] `bugfix` ### Release notes -...