mtdcr
mtdcr
I've seen this exception a couple of times just after having added a new Disc ID to MusicBrainz: ``` Traceback (most recent call last): File "[...]/bin/whipper", line 11, in load_entry_point('whipper==0.9.1.dev110+geeba910',...
Just an idea: Maybe a future version of whipper could fetch AccurateRip results for a disc before extracting tracks and, if present with high enough (user configurable?) confidence, verify each...
[How to file a helpful issue](https://www.qubes-os.org/doc/issue-tracking/) ### Qubes OS release - 4.0.4 - 4.1.0-rc3 ### Brief summary Every time my machine wakes up from suspend, the wireless connection is broken....
### Describe the issue you are experiencing There's a connectivity check in `buildroot-external/rootfs-overlay/etc/NetworkManager/NetworkManager.conf` using `http://version.home-assistant.io/online.txt` as its target. If this check fails, because port 80 is firewalled, Cloudflare is down...
- Messages can be as short as 11 bytes. - Message length has 5 bits instead of 4. - Flags were assumed to be constant, causing two-way remotes not to...
Maybe it could be beneficial to move sensors away from the `luxtronik` domain to using the [Device Registry](https://developers.home-assistant.io/docs/device_registry_index/) with standard `binary_sensor` and `sensor` domains. Probably incomplete list of benefits: *...
When running a container with a fixed unprivileged UID, gosu can not be executed. It would be really nice if gosu could be made optional, for example when a specific...
Have you considered submitting your repository to HACS to improve discoverability of your integration? Quoting from https://github.com/hacs/default#readme: > If you want to publish your repositories as default in HACS have...
Hi @DavidGoodwin, would you mind adding dovecot-core to your Docker images? This would allow me to use your images instead of building my own. According to https://github.com/postfixadmin/postfixadmin/issues/313 implementing SCRAM-SHA-* without...
This allows to listen on a Unix socket, for example. It was tested with "BIND_CONFIG=/shared/podman.sock mode 660" and verifying that the socket was created with expected permissions. Replaced sed field...