Avi Dessauer
Avi Dessauer
This does not seem to work. Same result before and after patching. ``` ❯ strace ./vadimcn.vscode-lldb-1.6.10/adapter/codelldb execve("./vadimcn.vscode-lldb-1.6.10/adapter/codelldb", ["./vadimcn.vscode-lldb-1.6.10/ada"...], 0x7ffc66f38c20 /* 88 vars */) = -1 ENOENT (No such file or...
vscode-fhs is a workaround.
@fendor I don't think it's fixed. I tested it locally, and it did not work.
@codygman I unfortunately don't have the time to look into this issue, contributions to implicit-hie are always welcome. However I'm not sure this issue is in implicit-hie, the null cradle...
I would love this. I wanted to trigger a click and then run a bash command. For this particular action I was able to use keybinding with focus window under...
This is a theme issue. I just checked it works as expected in some themes like rose-pine. What is the highlight group?
I my case `TelescopeNormal` and `Visual` were set to the same background. `TelescopePreviewLine` links to `Visual` by default. You can set `TelescopePreviewLine` to fix the issue.
@infinity0 checkout https://github.com/Avi-D-coder/ghc-heap-graph, it was working, but is disappointing. I tried to get ghc-vis working, but it kept segfaulting so I re implemented it's core feature. Unfortunately heap graphs on...
I don't remember my rational, for lists and strings, but in general the output was too big and noisy for my purpose. I wanted state diffs, replay, rendering any lazy...
@pepeiborra Does a minimal `hie.yaml` with `cradle: {cabal: {}}` cause issues on your project?