Jim Paris
Jim Paris
**Describe the bug** There is a basic race condition when setting up a watch on a directory, in `nodefs-handler.js`: First the directory contents are scanned, and then a `fs.watch` watcher...
This adds an option, enabled by `USE_MODULE += "stdio_uart_onlcr"`, to automatically convert LF to CRLF on stdio UART output. (`\n` to `\r\n`). This is named after the "onlcr" stty flag,...
> 🇬🇧 Please write the feedback in English if possible so everyone who might read it will be able to respond easily! 👍 **Is your feature request related to a...
File sizes are otherwise filled with junk if the device nodes were not readable.
This is needed when using backup systems that check mtime; now restarting diskfile will make the files appear fresh.
With podman version 4.7.2, netavark version 1.8.0: `macvlan` driver works with DHCP: ``` # podman network create --disable-dns --driver macvlan --interface-name brint --ipam-driver dhcp lan lan # podman run -it...
In https://github.com/home-assistant/core/issues/145708, there are issues due to bad handling of DNS cookies by upstream forwarders and resolvers. This was hard to track down because the symptom is ARES_ETIMEOUT, "Timeout while...
The HA plugin needs setuptools, otherwise it will silently fail to load for recent Python versions that no longer package distutils: With just home-assistant-cli: ``` $ uv run --with git+https://github.com/home-assistant-ecosystem/home-assistant-cli@dev...