kitt159
kitt159
Interesting is that when the desktop window is itself transparent (i have set transparent window in KDE plasma when window is moving) the transparent background of png is shown as...
This issue is similar to #18736.
This issue is similar to #18829.
I also found an interesting project [Metalibm](https://github.com/metalibm/metalibm). Metalibm is used to generate mathematical functions based on speed / accuracy requirements and specified hardware. Also correctness of generated functions can be...
I tried more ways - arch, ubuntu 20.04, ubuntu 24.04, different python versions ... For example this dockerfile: ``` FROM ubuntu:20.04 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update RUN apt-get install...
I got the same error with ``` strategy: matrix: runner: [ubuntu-latest, windows-latest, macos-latest] ``` in my workflow. Even though act correctly skips `windows-latest` and `macos-latest`. But when I change it...