Jesse Chan

Results 97 comments of Jesse Chan

> You don’t need to change any backend code for this. > > What you want is a filter that contains “stopped” but not “completed”. This. Current change is unnecessary...

The commit changes the public API, and as a result, unfortunately, is a breaking change. Per versioning conventions, I can’t do this without a major release. And, as i said,...

Dark color scheme has been implemented in the new versions of Flood. See [flood.js.org](https://flood.js.org) for screenshots. There are still rooms for improvements, and PRs are welcome.

Resolved by https://github.com/jesec/flood/commit/0eae92faf5969375b5dc0dcd2ad03e06e773e6a6.

Thanks for the PR. There is a minor issue: don't touch the translations. They are handled by Crowdin. Only change `en.json`. I am OK with the idea. However, I think...

This is getting worse.... TorrentStatus is an array, so you can have `downloading` and `queued` in it. We definitely don't need a `downloading-queued`, and other hacks. Transmission does not have...

https://github.com/jesec/flood/blob/8e94b60d0f601f75b2e94cd8b53de11bf2db1740/server/services/Transmission/util/torrentPropertiesUtil.ts#L49-L51 It is marked as complete when `haveValid === totalSize`. As for the torrents in the queue, Flood does not implement support for the queue at the moment, so it...

I can't reproduce this on my computer (amd64).

My bet is that Node.js has some sort of bugs on the architecture. The architecture is not going to be used in production, so that's not unexpected. As a reminder,...