Results 5 issues of Gabriel

I think most of the website will be static, so maybe using the framework Astro is a good idea.

Right now we only have unit tests. Would be great to have e2e tests with a peer using a battle tested client like transmission for example. This would allow us...

enhancement

"when you use .get_u32() like [here](https://github.com/gabrieldemian/vincenzo/blob/master/src/tcp_wire/messages.rs#L229), your code will panic on incorrect packets. There are bugged clients out there, crashing the whole thing on a single malformed packet isn't a...

Right now, the only way to install the binary is to either compile from source or to download it from the releases page, not very good for UX. Ideally we...

good first issue

When a new torrent is added to the [Disk](https://github.com/gabrieldemian/vincenzo/blob/master/src/disk.rs#L138), it generates all the [BlockInfos](https://github.com/gabrieldemian/vincenzo/blob/master/src/tcp_wire/lib.rs#L23) upfront, and this consumes some memory. Those blocks should be generated dynamically when the [peers request...

performance