Illia Ostapyshyn

Results 12 comments of Illia Ostapyshyn

I would like to address this. The library itself calls to `select()` on 4 occasions, each time checking only one single file descriptor, and [`modbus-rtu.c`](https://github.com/stephane/libmodbus/blob/486f277d32fdf0b5b52cdaef42a70a613201e441/src/modbus-rtu.c) already uses a replacement function...

I'm experiencing the same problem with clangd on emacs upstream 28.0.50. It does start occasionally and `(setq lsp-log-io t)` only helps to some extent. SSHing into a debian VM clangd...

Hello Basil and thank you for looking into this. I should have been more specific from the start regarding this issue and my versions, sorry for that. I assumed this...

@brenns10 Do you think it would be possible to attach to drgn to a raw memory dump of a virtual machine (e.g., QEMU's `memory-backend-file`) by providing a vmcoreinfo? I'm trying...

@brenns10 Thanks for the answer, it all makes perfect sense! > In practice, though, there's not yet a way to make a custom Program have the IS_LINUX_KERNEL flag, and all...

Another simpler version that recursively traverses the dotfiles folder: ```nix home.file = with pkgs; let listFilesRecursive = dir: acc: lib.flatten (lib.mapAttrsToList (k: v: if v == "regular" then "${acc}${k}" else...

What exactly do you mean by typing? > Besides, we have different binds in the overview than Mod + something. Notably, right mouse drag is scrolling in the overview and...

I see your point, having an input field with automatic focus would be indeed nice. Worth noting, this is already possible with existing launchers or window switchers. Having set `Mod+Slash...

On some systems F23 is yet missing and keyd just recognizes `leftmeta`+`leftshift`. This is due to the [atkbd driver](https://elixir.bootlin.com/linux/v6.11.6/source/drivers/input/keyboard/atkbd.c) not mapping the [0x6e scancode for F23](https://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/translate.pdf). On ThinkPad P14s Gen...

@oxcl These particular colors should be coming from the `default` face (see `vterm--get-color`). Can you show what the following expressions return on your setup (with the latest vterm)? 1. `(vterm--get-color...