David Sheldrick

Results 264 comments of David Sheldrick

thanks for the report! looks like that's a simple oversight on our part. added a PR here https://github.com/tldraw/tldraw/pull/3772

Thanks for the report! 🙇🏼 I added a fix for it in #3782

Hi! Thanks for the suggestion! This kind of fine-grained control is somewhat at odds with tldraw's basic design philosophy. We definitely want other people to be able to add features...

@Yuvraj102 I'm assuming work has stalled on your side, so let me know if you still want to do this, otherwise I'll open it up to other folks soon. Thanks...

All good, no rush! I appreciate the help :)

Added a config file option for this in #68, a cli option would be great too!

Thanks for the suggestion! It looks good, but also looks like it's optimised for server-style logging rather than CLI-style logging? I guess that's ok as long as it's lightweight and...

Vite's logger looks just like what I had in mind https://github.com/vitejs/vite/blob/cdd9c2320650f34c46e02f3777239e595cf6543d/packages/vite/src/node/logger.ts I think we could add an extra 'verbose' log level after 'info' and take it from there