Ondřej Žára
Ondřej Žára
Hi @mbostock, thanks for the prompt response! The current solution happens to give pretty usable results, even for higher epsilon values. I suppose that we might normalize the case by...
> However there is necessarily a discontinuity: I am okay with a discontinuity. I would just like to receive a "Polygon" for x==0. Alternatively, this particular case can also return...
> Easiest solution is probably to implement the [content security policy `connect-src` directive](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/connect-src). So WebSocket connections are only allowed from the same origin. I don't think this would fix anything...
Thanks for the PR! The `resizeMode` makes complete sense. I am not that sure about `sharpness` -- we probably want to have the image 100% similar to the original rendering....
Some rudimentary observations: - Firefox (66.0.3, Linux) does 1:1 perfect shots - Chrome (73.0.3683, Linux) does blurry shots, even with both options specified. The resulting canvas height is **one pixel...
Interesting idea! So you suggest creating a new file/script, referenced from the `bin` field in package.json, that basically does `node .` ? Or what should the bin script actually do/contain?...
Hi @stuporglue, this suggestion makes complete sense to me. Will probably add that.
I just pushed support for direct URL download. It does not really "skip search", because that phase *does* take place - but instead of "searching the URL", a metadata is...
Hmm, this might be pretty complex. We have no (UI) way of listing contents of the `_youtube` directory. One could argue that this directory shall be available via the MPD...
Hi @ibex-are-goats, > First off, great work! thanks! :) > I suspect this interface can run on an Rpi. That is my primary use case. I have done so only...