PanAeon

Results 30 comments of PanAeon

I think `Setup.hs` file is an entry point for the cabal builder itself, and it is unrelated to the rest of the build. So `ghc-mod` might get a little confused....

Well, `nixos-rebuild` definitely creates `99-local.hwdb` with my config in the `/nix/store`. It just doesn't copy the result to the `/etc`...

@Awan yes, you are right! My problem was that I checked `/dev/input/event5` instead of `/dev/input/event4` because my mouse provided extra hardware buttons and I didn't notice that. I even disregarded...

@tobiasBora, well apparently you either need to reboot the machine or re-plug the device, or find which input event corresponds to your keyboard (using `udevadm info`) and trigger configuration change...

Funny, got same problem, intermittently, on sbt 1.1.0. Changed sbt to 1.1.6 and it worked, although I had to increase the stack size, otherwise compiler failed with stack overflow. Nothing...

@alanz I figured out my confusion. When I sent empty diagnostics back to the client I was essentially doing `publishDiagnosticsFunc ... (partitionBySource [])`. So I was sending empty map for...

I'm running the code in AWS Lambda, and I'm almost completely sure they don't have strong crypto extension jars installed. But since other clients, including default jvm client, work fine...

No, I don't have one at the moment.

```:set editor.command '["wezterm", "start", "--always-new-process", "--", "nvim", "-f", "{file}"]'```