Christian Gudrian
Christian Gudrian
The sensible thing would be to remove the messages from the pushes list once the reply has been received. But what about heartbeats that got no reply? Should they remain...
Support has been removed by Commit 132ad3e2d59addbe87ee182d8444d10e58104944. For whatever reason.
Yes. Freestyle jobs work.
It's even complaining when using plain `u16` variables:  I'm on Rust nightly-2023-05-18.
It works if you first wrap the column in a row ```elm main : Html msg main = Element.layout stylesheet
I'm currently facing [this error](https://github.com/msys2/MSYS2-packages/issues/3998#issuecomment-1699057804) myself building a canadian cross compiler on Linux hosted by MinGW and targeting aarch64 using the [Linaro build script](https://git.linaro.org/toolchain/abe.git). In my case `libiconv.a` is supposed...
The culprit in my special case was the value of `LDFLAGS`: it contained a linker path entry for the MinGW `/usr/lib` directory. Because of the convoluted lookup logic the presence...
@rockowitz As I'm facing the same crashes on my machine (Ryzen 7900, Radeon RX 9060 XT, single HDMI monitor) I'm taking the liberty to provide my log of the crash....
I've disabled the tracing and added logging in `dw_remove_display_by_businfo` and `ddc_open_display`. In the error case `ddc_open_display` is being called twice after wakeup. Once with a fresh display ref and once...
After wakeup, PowerDevil's BrightnessWorker tries to set the brightness on the disconnected display. That causes `ddc_open_display` to crash as `businfo` has already been set to `NULL`. I'm not sure, who...