ducalex
ducalex
In gdu the default button in the delete dialog is "Yes" but in ncdu it is "No". This isn't a big deal but muscle memory can be hard to adapt!...
What does this PR change? What problem does it solve? ----------------------------------------------------- It adds a web server to browse a repository (snapshots, files). Overall it is a very simple patch and...
What does this PR change? What problem does it solve? ----------------------------------------------------- It allows browsing repositories on operating systems where Fuse isn't available. This PR should work on all OSes and...
This is related to #28. I went for the simplest possible, and while testing I found that a prefix was more intuitive than a suffix. We could even remove the...
### Is your feature request related to a problem? When internal memory runs out, SD card reads and writes start returning `ESP_ERR_NO_MEM` because this line fails: `void* tmp_buf = heap_caps_malloc(block_size,...
## Describe the problem you're trying to solve # I want to play Neo Geo Pocket games. The ODROID-GO layout is perfect for it! ## Describe the solution you have...
This PR adds the date field to the results from the piratebay.py plugin. It is meant to go with the recently merged PR: https://github.com/qbittorrent/qBittorrent/pull/20703 The change does _not_ break compatibility...
The previous url `torrents-csv.ml` seems to redirect to malware now. I'm not 100% sure torrents-csv.com is the official replacement but it seems legit and returns correct results.
This PR is UNTESTED. Unfortunately I'm unable to install Jackett to test (at least right now). I think it should work, but this obviously shouldn't be merged until someone tests...
This PR proposes adding a `parse_date` helper for search engines. `parse_date` is a function that understands many human-readable date formats, standard date formats, and relative date formats. It doesn't even...