angrynode
angrynode
I've been working around the serializer implementations by using `skip_serializing_if` attributes on struct fields to avoid serializing an empty option, vec or map (for example [here](https://github.com/angrynode/hightorrent/blob/f4df806ba295a827efac82446b297d11f3ff811f/src/torrent_file.rs#L98)) I'm wondering if this...
This is heavily WIP please see https://github.com/bluk/bt_bencode/issues/6
I'm looking for a way to produce typed links at compile-time with askama or maud to avoid internal link rot in the future, or wrong data types in route arguments...
Hi, i'd like to normalize paths to avoid/check duplicates in my DB, and to make the UI more consistent so i don't have trailing slashes everywhere. At this point in...
I was wondering on the desktop version, but now i'm facing the problem using librqbit directly. When i do: ``` let managed_torrent_handle = session.add_torrent( AddTorrent::from_local_filename("tests/hello/hello.torrent").unwrap(), Some(AddTorrentOptions { output_folder: Some("tests/hello/".to_string()), ..Default::default()...
I'd like to release [hightorrent_resolve](https://github.com/angrynode/hightorrent_resolve) v0.1.0, but i can't due to using the git version of librqbit. Trying with librqbit v8.1.1 the tests fail because both instances try to use...
On librqbit v8.1.1, the tracker announcement port is always set to 0 when no port is specified, and some trackers (eg. aquatic) reject that. But that's not the case anymore...