Adrian Robert

Results 18 comments of Adrian Robert

All hope is not lost. I'm using direnv 2.32.1 and @avdv's solution works for me, including repeated load/unload. @pierluc-codes what direnv version do you have?

I too am experiencing poor performance on shared mounts with multipass on MacOS and will share a bit of somewhat real world data. Specifically I tested du (traversal), tar and...

What about the `-I` arg (also mentioned in #4232)? E.g. in case: ``` #!/usr/bin/env nix-shell #! nix-shell -I nixpkgs=../nix/nixpkgs.nix --pure -p ``` Or is there a preferred alternative way to...

Just a note, I'm still reproducing this with the project attached above with Metals 0.11.2 which should include #5009. (Java 11 and 18 tried.)

I'd just like to point out that many of the excellent suggestions provided here by @tfausak and others are in fact directed towards developers interested in building in _both_ aeson-1...

Thank you @Diskutant, this worked beautifully. It should be added to the README. (In my case I had, e.g., TextMate and Emacs claiming various extensions, which is good, but prevents...

Update another fix to https://github.com/scalameta/metals/issues/3815 has resolved this for Metals. It would still be nice to clean up the unneeded hierarchy produced in the Bazel build, but the real world...

The issue traces down to the `obtainExecutableStatus()` function in `extension.ts`. There are hardcoded 2- and 1-second timeouts. Aside from the 2 never being able to have any effect with the...