MichaIng
MichaIng
@dependabot rebase
Do I get it right that this is just a documentation issue? - `listen` in any case restricts what the server is listening to, so skipping it (or setting it...
I just wanted to suggest to apply the same workaround for the macOS images, where we just ran into the same issue ... sadly "The motivation for the changes" does...
As an universal workaround for Windows and macOS as well, the marker file can be removed this way, for whichever Python environment the `python3` command invokes: ```sh rm "$(python3 -c...
> Anyone who's still "searching for a solution" to this issue, when there's one (actually, two!) clearly and explicitly presented for them right there on the screen, is just refusing...
This serial device node being disabled two times without further explaining output is somewhat misleading. I just enhanced it a bit, avoiding this doubled disabling and adding some informational prints...
I guess one of the recent kernel updates changed something around the UART devices, so that the `/dev/serial*` symlinks are not generated anymore with our outdated udev rules. However, if...
So you want to use Bluetooth on the RPi 3 + the UART device for an actual serial terminal. Yeah, then better let Bluetooth use `ttyAMA0` as it does by...
The nightly has currently a lower version string, as there was a security fix on stable version. I agree we should raise the main branch version as well, to mute...
Oh wow, I was not aware that it is even possible to color, but it is, via `NEWT_COLORS` environment variable: https://pagure.io/newt/blob/master/f/newt.h Here some examples: https://gist.github.com/ymkins/bb0885326f3e38850bc444d89291987a Here the defaults: https://pagure.io/newt/blob/master/f/newt.c One...