Casey Rodarmor

Results 499 issues of Casey Rodarmor

The verbose flag should enable logging, and logging should be expanded to be more useful.

enhancement
good first issue

I could either support this with flags per key, or with a JSON/YAML/bencoded blob.

enhancement
good first issue

Per this issue: https://github.com/Rudde/mktorrent/issues/14 I don't exactly understand the issue here, or what the right thing to do might be. Being aware of unicode normalization would be a good idea.

question

It would be nice to have code coverage information available, generated when CI runs. It should probably run in a separate workflow, to avoid slowing down the build.

infrastructure
good first issue

This [was implemented](https://github.com/clap-rs/clap/issues/1639) in clap master, but to use it, it'll have to make its way into structopt.

testing

In particular, add logging to make debugging easy.

enhancement

Add random integer under `info.entropy`. Not sure if there's any advantage to this over just setting `info.source`.

enhancement

https://github.com/webtorrent/create-torrent adds these trackers: - udp://tracker.openbittorrent.com:80 - udp://tracker.internetwarriors.net:1337 - udp://tracker.leechers-paradise.org:6969 - udp://tracker.coppersurfer.tk:6969 - udp://exodus.desync.com:6969 - wss://tracker.btorrent.xyz - wss://tracker.openwebtorrent.com - wss://tracker.fastcast.nz It might be nice to do this dynamically, using some...

enhancement

`imdl sfv verify --sfv path/to/sfv [--input optional/path/to/files/to/verify]` `imdl sfv create --input path/to/files [--output path/to/file.sfv] `

enhancement

[BEP 52](http://bittorrent.org/beps/bep_0052.html) Support creating v2-compatible torrents. I expect to do this, but if you want it, it wouldn't hurt to ping this issue with your use case.

enhancement
good first issue