Leo

Results 40 comments of Leo

It looks like we'd need to update [`magnet-uri`](https://github.com/webtorrent/magnet-uri) upstream, as well as find an equivalent to [`simple-sha1`](https://github.com/michaelrhodes/simple-sha1) for SHA256?

Of course, @feross already beat us to it :laughing: https://github.com/feross/simple-sha256

@feross What things need work still in webtorrent/magnet-uri#43 from your perspective?

webtorrent/magnet-uri#43 has been merged, and `magnet-uri` correctly passes in an `infoHashv2` key to `parse-torrent`. The remaining scope for this issue (and future pull request) would be to add support for...

I haven't had much time to look at or improve this, but feel free to contribute to the pull request https://github.com/webtorrent/parse-torrent/pull/91

I tried taking this `test.png` file and hosting it elsewhere, then hard-coding _that_ URL into the `drawImage()` function. Still no dice.

After trying various ways of exporting the file, building a proxy with Cloudflare Workers, and trying Github Pages hosting, I learned that the function works correctly when pulling the image...

Revisiting this. Here's code that doesn't work: ```c // Next 3 lines are a precaution, you can ignore those, and the example would also work without them #ifndef ARDUINO_INKPLATE10 #error...

This URL doesn't work when I hard-code it: `https://loremflickr.com/1200/825` But if I proxy it through Cloudflare Workers, remove all headers, and disable SSL, it works? `http://inkplate.herzog.tech/image.jpg`

Any ideas, @nitko12 or @davidzovko?