Jesse Chan
Jesse Chan
1 is caused by a lack of polling of torrent contents. I will take a look. 2 is not necessarily a bug. Flood tries to unify the experience across different...
This is expected behavior. Flood prioritizes the last used destination of a given tag over the default destination of the torrent client. It does not have a strong concept of...
This is indeed annoying. I plan to move those toggles to their own rows.
CI has to pass. Additionally, use Node 15 and npm 7 to develop, so you can get a proper `package-lock.json`.
Please pull https://github.com/jesec/flood/tree/pr/186. I cleaned the changes up a bit.
Frontend: https://github.com/jesec/flood/blob/8e94b60d0f601f75b2e94cd8b53de11bf2db1740/client/src/javascript/components/modals/feeds-modal/DownloadRulesTab.tsx#L100-L101 Backend: https://github.com/jesec/flood/blob/8e94b60d0f601f75b2e94cd8b53de11bf2db1740/server/util/feedUtil.ts#L64-L65 Your issue is likely caused by `\`. `\` requires escaping itself in JavaScript. I will check why Flood failed to do that automatically, but `[.]` would...
Flood API is well documented with inline comments and TypeScript types. Additionally, Flood now guarantees API backward compatibility, per conventions of Sematic Versioning. Please try the latest version of Flood....
I failed to reproduce the issue on the latest version of Flood. Flood now has first-class support for touch screen devices. You may close the issue if it is no...
This is another Firefox bug, which shall be reported to them. The extension declared by `content-disposition` should be prioritized over the MIME type. I will do it. Meanwhile, we can...
Resolved by https://github.com/jesec/flood/commit/ee83e8f3aab7f7f4d8aa87cb04eef3b0eee8fd79, https://github.com/jesec/flood/commit/b6ebee63517eca908785a1bdf37e9fd128b6fd80. You may close the PR if it is no longer relevant.