Jack Nystrom
Jack Nystrom
Can confirm, this fixes all include errors for me in Neovim with Clangd. Note: by default, clangd shouldn't need `compile_commands.json` to be symlinked to the project root, as [looks upwards](https://clangd.llvm.org/design/compile-commands)...
> but it is logged: https://github.com/hyprwm/Hyprland/blob/33e0bb14786dc22a0c82eaaf097b469d3fdeceea/src/helpers/WLListener.cpp#L13-L17 Hmm, that didn't seem to trigger for me to while debugging Hyprland with breakpoints. I didn't even notice that was there.
> we can't log from watchdog because Debug::log is not thread-safe Ah, I completely missed that. Well I'm not too sure then how to go about generic watchdog logging from...
> I mean generally on my end the log gets printed... You can try adding a `std::chrono::this_thread::sleep_for(std::chrono::seconds(10))` in a random handler and seeing if the log is printed Turns out...
Hi, sorry for the delay! > [#868 (comment)](https://github.com/nvim-lualine/lualine.nvim/issues/868#issuecomment-1287756771) Your comment in that thread shows both (what seems to me like) a hacky-temporary-workaround as well as a potential implementation for exposing...
> Problems: 1- After trying "flameshot gui", the screen zooms and the resolution drops. 2- It's lagging too much. The selection is extremely slow. I select somewhere on my screen...
Ah, the zooming is definitely a scaling issue then, as I'm not doing any. My config is `monitor=DP-1,2560x1440@75,2560x0,1` `monitor=DP-2,2560x1440@75,0x0,1`, but it occurred when I switched to a value other than...
I can comfirm the issue with lbonn's fork or rofi. I've been able to fix the problem by right clicking anywhere on my waybar as mentioned above, or by rapidly...
I'm having a very similar issue still on release v0.36.0 (1c460e9). Nvidia proprietary driver version 535. Hyprland (according to btop and htop's cpu readings) takes ~17-20% when completely idle, and...
Also note: I do not experience the issue on my laptop (a Dell latitude, intel iGPU) nor with Sway on my nvidia desktop.