Rickard Andersson
Rickard Andersson
It seems the plugin (with auto-build on) will complain about `build_runner.zig` having build errors (despite the project building without issue) and populate the "Problems" tab with an error about it:...
When linking in libc I've noticed that compiling for Linux will result in a compilation error: ``` ❯ zig build -Dtarget=native-linux .\zig-network\network.zig:895:39: error: container 'std.c' has no member called 'getpeername'...
When using `nvim-dap-ui` with `haskell-debug-adapter` I noticed that when watcher expressions were no longer available while stepping we'd crash loudly because of the ref coming into the `update` function being...