Casey Rodarmor

Results 585 issues of Casey Rodarmor

I used an `Environment`-like strategy for `imdl`, and I'm now not really sure that it's worth it. Pros: - Tests run faster, since no need to create new processes Cons:...

[BEP 49](http://bittorrent.org/beps/bep_0049.html) Support creating and updating torrents of torrents. This is complex and of unsure benefit, since I'm unsure if anyone uses BP 49 feeds, so let me know if...

enhancement

uTorrent, an extremely popular torrent client, refuses to open torrents with more than 65535 pieces. This would make a great lint.

enhancement
good first issue

[BEP 35](http://bittorrent.org/beps/bep_0035.html) Support embedding and verifying signatures in torrents.

enhancement

I'm going to skip generating the changelog in tests, since it's annoying to have the tests fail if you forgot to include a commit type in the message. I should...

development

There are some things I think would be nice to have for `imld torrent announce`, but I think they belong in follow-up diffs, to keep the initial diff size. I'm...

enhancement

@atomgardner Is working on adding an announce subcommand in #466, which, since it interacts with the network, adds a new `Network` error type. This error type should include the domain,...

enhancement

The speed of torrent creation and verification could use some work. I picked SHA1 and MD5 implementations basically at random, and there are lots of potential performance bottlenecks in how...

enhancement
good first issue

We're currently installing BSD tar and have some cache invalidation machinery to workaround sporadic cache failures. This can be removed once this issue is fixed: https://github.com/actions/cache/issues/403

development

Currently, there is a CI check that makes sure that each commit has metadata. This is YAML metadata at the end of the commit that includes the type of the...

development