Luca Matteis

Results 11 issues of Luca Matteis

Hi guys, so I was thinking of implementing [BEP46](http://www.bittorrent.org/beps/bep_0046.html) in WebTorrent. I already implemented a simple reference implementation _on top_ of `webtorrent-cli` (https://github.com/lmatteis/dmt), but I think this needs to go...

enhancement
accepted

Someone on gitter pointed out that hot reloading isn't possible with redux-cycles. We should have a solution for this. Tagging this as enhancement

enhancement

I was trying to use WebpackBin but it doesn't seem to be able to resolve our module: http://www.webpackbin.com/VJLpzPYdz Might there be something wrong with the way we package it?

bug

An important change is inside the `_closest()` method, where I also store the `v` property found in replies. This could potentially increase memory footprint of a node. But I need...

To keep things alive in the DHT store (get/put), it's suggested an algorithm such as (http://libtorrent.org/dht_rss.html#re-announcing) to avoid overload of the network: > 1. pick one random item (i) from...

I understand how to use this library with mobx but I can't seem to find examples on how to use it with mobx-state-tree? Any thoughts?

With [updatable torrents](http://bittorrent.org/beps/bep_0046.html) and [torrent feeds](http://bittorrent.org/beps/bep_0049.html) we're slowly moving towards more decentralized ways for publishers to distribute large quantities of updatable content and have subscribers learn about updates. One problem...

If you're using PeerTweet you can share your address using this page. To kick things off here's my address @`2LuvbFkprVtmrkTjq3Ch1hNrBcse`

localStorage is synchronous meaning it might lag if large lists are queried. https://github.com/mozilla/localForage provides the sami API as localstorage, but async, and fallbacks to indexeddb which is presumably faster.

enhancement