Michael Goodnow

Results 17 issues of Michael Goodnow

feature

not totally happy with it yet, it's not outputting in the way that I'd want ``` node:internal/process/esm_loader:40 internalBinding('errors').triggerUncaughtException( ^ [/Users/mmgoodnow/.cross-seed/config.js:12 http://localhost/prowlarr/1/api?apikey=abcdefg&t=search, ^ SyntaxError: Unexpected token ':'] ```

logging
config

## Summary by CodeRabbit - **Refactor** - Improved error handling and logging across various client methods. - Enhanced input parameter validation for torrent information retrieval. - Streamlined logic and type...

feature
logging
dependencies
enhancement

**What version of this package are you using?** 11.0.8 (current version) **What operating system, Node.js, and npm version?** All versions of node **What happened?** `decodeTorrentFile` flattens the announce-list array, but...

The current Result type is okay, but it doesn't actually leverage Typescript's ability to catch bugs at build time. This PR does a few things: - Result is now a...

bt client
daemon
search

I want to make it clear that I'm submitting this issue with no expectations that it will ever be implemented. I recognize this would be a pretty significant expansion of...

enhancement
question