rathann
rathann
Terminal text remains coloured with the graph colour after exiting energygraph. **Steps to reproduce:** 1. `sudo ./energygraph` 2. press `q` **Expected results:** Shell prompt text is the same colour as...
### Description v3.2.0 documentation zip is missing from https://readthedocs.org/projects/gsd/downloads/ ### Script ```python wget -O gsd-v3.2.0-html.zip https://readthedocs.org/projects/gsd/downloads/htmlzip/v3.2.0/ ``` ### Input files _No response_ ### Output ```shell --2023-11-22 12:26:24-- https://readthedocs.org/projects/gsd/downloads/htmlzip/v3.2.0/ Resolving readthedocs.org...
systemd unit
Would you consider adding a simple systemd unit, e.g.: ``` [Unit] Description=Activate Windows Logical Disk Manager volumes Documentation=man:ldmtool(1) [Service] ExecStart=/usr/bin/ldmtool create all ExecStop=/usr/bin/ldmtool remove all Type=oneshot RemainAfterExit=yes [Install] WantedBy=multi-user.target ```...
Similar to #100, please switch to testing against recent LLVM. Versions 8 and 9 are long obsolete and no longer included in modern Fedora. Additional Fedora LLVM package maintainer's policy...
I'm getting the following errors on s390x when building with clang 18.1.8 on Fedora rawhide: ``` == Tests on clang with flags used in RPM package build == + '['...
``` == Tests on clang with flags used in RPM package build == + BUILD_DIR=build/clang-rpm + CC=clang + CXX=clang++ + CFLAGS='-O2 -flto=thin -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3...
I'm getting dpbf16 test failures in 0.8.2 on i686 when building with gcc 14.1.1 on Fedora rawhide: ``` + meson setup build/gcc-rpm The Meson build system Version: 1.4.1 Source dir:...
When building simde-0.8.2 with clang-18.1.8 on Fedora rawhide on aarch64, I'm getting the following error: ``` ... == Tests on clang with flags used in RPM package build == +...
## Describe the bug ## Bootable USB device created with WoeUSB does not boot. ## To Reproduce ## Steps to reproduce the behavior: 1. `sudo woeusb --device pl_windows_7_home_premium_with_sp1_x64_dvd_u_676540.iso /dev/sdc` 2....
### Expected behaviour All tests pass. ### Actual behaviour ``` ==================================== ERRORS ==================================== _____________________ ERROR at setup of test_gsd_data_step _____________________ [gw1] linux2 -- Python 2.7.14 /usr/bin/python2 @pytest.fixture def GSD_U(): >...