Danilo Spinella
Danilo Spinella
This is the relevant snippet from zlib: ``` #if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC) # include # if (UINT_MAX == 0xffffffffUL) # define Z_U4 unsigned # elif (ULONG_MAX == 0xffffffffUL)...
The stdlib has [`process_group`](https://doc.rust-lang.org/std/os/unix/process/trait.CommandExt.html#tymethod.process_group) in `std::os::unix::process::CommandExt` but it's unstable for now.
> To come back to your specific idea, there are two aspects of it. If you want to remove ambient light from the equation, you could try to use hour...
There are various bugs that I am encountering. None of those are related to wluma but to the DDC protocol and library, or rather to the faulty implementation of my...
> I see two major ways forward, trying to get https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux to work and evaluating its stability (and if it doesn't have the same issues, ditch the current ddcutil in...
> Just to confirm, both the trackpad pointer and the enter button are on your keyboard that xremap deals with, is that right? They are not. And when I have...
Thanks for the detailed explanation. > To test it, could you run xremap --device a_string_that_matches_no_device --watch and see if the issue reproduces? It does not reproduce, the pointer works fine....
> Have you been using --watch since before I asked you? If so, can you test the same thing without --watch? Yes, if I use watch it continues running even...
Wev cannot report any input from the mouse either. I ran `swaymsg -t get_input` and I got the following output: ``` Input device: xremap pid=7102 Type: Mouse Identifier: 4660:22136:xremap_pid=7102 Product...
@Anarchanas can you please share the permissions and owner/group of `/dev/input/` folder and `/dev/uinput`?