Antoine M-P

Results 10 comments of Antoine M-P

It looks to me that you may be running this command `cp [...]` outside the Docker container, while you should run it inside the container.

Canvas size = bad idea (since you could be stuck in an infinite crash if you make a too big canvas by error) However, it could be done if we...

& why not watermark too? I notice my only user always uses the same.

I'd like to keep canvas size to 540x540 by default to keep most posts to a standard size. I'm still open to the idea of storing textures in local storage.

I was also having issues with `rfd::FileDialog`, but it's possible to make it work by making sure the system where it's called runs on the main thread. We can achieve...

This fix would be easy to bypass by obfuscating urls (ex: write `("h" + "ttps://")` instead of `https://`). Also, it's still possible to run arbitrary code.

I think it's not immediately obvious for all users of lottie-web that it can run eval() on parts of the Lottie json. If no safer solution can be found, maybe...

* If you use Sass as a command-line tool, we recommend using Dart Sass, the new primary implementation: https://sass-lang.com/install * If you use Sass as a plug-in for a Ruby...

I agree, that would make installation easier!

The current implementation looks for the "canvas" library: - Here is the HTMLCanvasElement implementation: https://github.com/jsdom/jsdom/blob/master/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js - Here is the util that checks for "canvas" package: https://github.com/jsdom/jsdom/blob/a39e0ec4ce9a8806692d986a7ed0cd565ec7498a/lib/jsdom/utils.js#L149 Potentially, we could also...