Winter

Results 59 issues of Winter

**Describe the bug** FOD intermediate build artifacts are not cleaned up upon hash mismatch, leading to... weird things. **Steps To Reproduce** ```nix with import { }; stdenvNoCC.mkDerivation { name =...

bug

Fixes #581. ## Types of changes - [ ] Breaking change (changes that break backward compatibility of public API or CLI - semver MAJOR) - [ ] New feature (non-breaking...

## Description This allows fetching of summaries per torrent via the `/api/torrents/{hash}` route, which returns an instance of `TorrentProperties`. ## Related Issue n/a ## Screenshots n/a ## Types of changes...

Type: Bug Report - [x] Try to follow the update procedure described in the README and try again before opening this issue. ## Your Environment - Version used: - Version...

When deleting (a large amount of) torrents, sometimes a portion of them don't get removed from the session directory. After restarting the client, these torrents are stopped. To reproduce: 1....

https://github.com/jesec/rtorrent/blob/b7ccf41755141e017394bf262ea6f73e16d0ec7a/src/command_events.cc#L242-L245 On v0.9.8-r16, I have not seen the "Low diskspace" error message more often than seeing it. Torrents stop successfully, and "Closed torrents due to low diskspace" is logged, it's...

###### Description of changes This adds a new hook, `unittestCheckHook`, that runs `python -m unittest discover`, as well as migrating the majority of packages that use `unittest` to it. ######...

6.topic: python
8.has: documentation
8.has: package (new)
8.has: clean-up
10.rebuild-linux: 501+
10.rebuild-darwin: 501+
10.rebuild-darwin: 5001+
10.rebuild-linux: 5001+

When using systemd's DynamicUser and StateDirectory options together, and trying to persist `/var/lib/`, the service fails to start because systemd expects the directory not to exist in order to setup...

https://github.com/nix-community/fenix/blob/ba9a36ef175efed4ef3a3de485131da921439301/lib/combine.nix#L9 Why is this `cp` invocation needed? If I'm understanding it correctly, it's basically converting the binary links to files, but why is this needed?

question