David Luzar

Results 833 comments of David Luzar

> To connect the above thought, for built-in fonts, we will always prefer compressed TTF or OTF as lossless WOFF2 due to smaller sizes. Unsure yet if we will add...

Let's go! 🚀 ❤️

We'll address potential API tweaks in follow-up PRs @zsviczian.

Yeah, originally we didn't implement the template to not add friction, but nowadays a bit of added friction might help :)

We've had a proof-of-concept implementation once but decided to postpone shipping as it wasn't decided whether we won't use right-click for a different selection. Well, it's still not decided, but...

> I tried rerunning the test files on my local machine but I don't seem to get the error which is shown above. It would be very helpful if someone...

Awesome @igorwessel, we'll check soon! ❤️

This could be implemented without using Mocha `--delay` --- if Cypress allowed us to export a promise/async function from the spec file, and awaited its resolution. ```js module.exports = async...

I agree that this isn't good and we need to get rid of it, but if I recall, there was some race condition on init (may be reproducible in StrictMode...