Thomas Reitmayr

Results 46 comments of Thomas Reitmayr

As a workaround to this issue, I override the docker entrypoint in the following way, so that `$ServerIPv6` is honored: `/bin/bash -c 'sed -i "s/\[::\]/[$ServerIPv6]/" /usr/share/lighttpd/use-ipv6.pl ; /s6-init'` Just append...

Hi, I found that https://github.com/dspinellis/UMLGraph/commit/0435986b9292feda52424fba0dc15f1a18c9e178 seems to fix this issue (although I did not try all variants). Would it be possible to cut a release 5.6.7 soon? Thanks a lot!

I also see this issue with VSCode's Bash IDE extension v1.14.0 which, according to its changelog, uses the bash language server version 3.0.3. The workaround by @KevCui works fine but...

I face the same issue, however not for environment variables but for entering a ClearCase view on the remote host. I.e. our RemoteCommand entries differ in the name of the...

I just realized that sending g-code from the command line results in an error - will investigate further.

Found the issue! Apparently the `padding` field was not being set in `make_mqtt_pkt()`. Changed it to an empty binary string to let `.pack()` fill it up depending on the `m5`...

One more observation - the PPPP badge in the web interface will currently not turn green for the M5C because, after reading the code, this is actually the status of...

> Maybe we should add a check for the badge that does a health check on PPPP for M5C to turn the status green in absence of the video feed...

Any review comments for this PR? Are there things to change before it can be merged?

As there was no feedback yet to the previous commits anyway, I ended up adding the feature suggested by @billyjbryant. I.e. the PPPP status is now correctly displayed for both...