Barnabás Pőcze

Results 18 issues of Barnabás Pőcze

Run the following: ``` cmake -G Ninja -S Ladybird -B build -D CMAKE_CXX_COMPILER_LAUNCHER=ccache ``` then observe that `build/build.ninja` contains ``` LAUNCHER = /ccache ``` I would expect `LAUNCHER` to be...

build issue
documentation

## Steps to reproduce 1. start a terminal emulator that sends XTERM focus in/out reports (e.g. `gnome-terminal`) 2. start `htop` 3. select the process list view and sort by e.g....

enhancement
good first issue :1st_place_medal:
Hacktoberfest

Apparently neither postgres nor the SQL standard guarantees that the order of the results will match the order the of the queries[0]. If the results are not returned in order,...

BEP 52 writes: > `pieces root` > For non-empty files this is the the root hash of [...] In my interpretation this means that for empty files (length = 0),...

BEP47 writes: > Just like the regular path the `symlink path` is relative to the torrent root and must not contain `..` elements. It should also target another file within...

**Describe the solution you'd like** Allowing just one of the battery charge thresholds to be specified would make TLP's battery features compatible with more laptops. For example, the `asus-wmi` kernel...

feature request
battery care

* Version: 3b5f5e146362a298b3828fc4d28317589c054f74 (built simply with `cargo build`) * Platform: Linux 6.1.11 --- Command that triggers the issue: ``` samply record gdb --version ``` `gdb` is from the Arch Linux...

Not setting `media.role` especially negatively affects wireplumber's restore-stream feature as it will save different stream settings for ao=pulse and ao=pipewire, so they will be restored differently. For example: 1. mpv...

priority:stalled
ao:pulse

I am trying to squash the kernel's peculiar behaviour of implicitly enabling sealing on `MFD_NOEXEC_SEAL`. `dbus-broker` is one of the affected programs, but as noted below, only the test suite...

CMake 4 removed compatibility with cmake < 3.5: https://cmake.org/cmake/help/latest/release/4.0.html#deprecated-and-removed-features and thus the following error is generated: ``` CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed...