Melvyn
Melvyn
Registering a function with `atexit` does not really match what I would expect from this crate/attribute. I would expect that, like `__attribute__((destructor))`, the function is called at module unload time,...
Here are a few (hopefully) minor features requests related to how slskd binds to listen addresses: - Default listen addresses should include both IPv4 and IPv6 (e.g. `0.0.0.0, ::`) -...
On both 0.18.2 and 0.19.5, slskd is hitting the inotify user watch limit on my system: ``` INotify Limits: max_queued_events 16,384 max_user_instances 128 max_user_watches 1,048,576 ------------------------------------------------------------------------------ Pid Uid App Watches...
There are some problems where re-signing an a binary will lead to a bad signature/unlaunchable app. It would be useful to have an operation that matches `codesign`'s `--remove-signature` flag. Additionally,...
Last commit in 2020, many critical issues open, as well as PRs to fix them, but not even a word from the repository owner...
**Describe the bug** When using `kms` or `hwaccel` as the `videoInput` values, only the second display is captured if the second display is enabled. When it is disabled, the first...
I don't know if Apple changed anything in the upstream Disk Arbitration Agent with 10.14, but it'd be nice to see them merged in if they exist.
I would make a PR with https://github.com/melvyn2/McMouser/tree/1.10.2-forge but I can't make one to create an entirely new branch.
I realize that this project is probably not going to see any more activity, but I might as well add this: [P1959R0](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1959r0.html) removed the `std::weak_equality` and `std::strong_equality` comparison categories, which...
Is there an easy way to set the default server (and port) so that I don't need to use command line options? This is on mac.