Nate Smith

Results 12 comments of Nate Smith

[CircleCI](https://brandfolder.com/circleci) uses Kaocha

I'll be able to test and benchmark in a few days. The primary reason I'd like to see test parallelization is to speed up my suite of `test.check` tests. Parallelization...

@buhhh you can see from [the commit history that the `capture-output` plugin is based on eftest's implementation](https://github.com/lambdaisland/kaocha/commit/66f9460ae7250bb0311459e67160303a058c1da9) of output capturing. Both [`active-buffers` and the `with-redefs` are inherited from there](https://github.com/weavejester/eftest/blob/43a41b28e5981382a93503be27bce463e1b6ad4f/eftest/src/eftest/output_capture.clj).

I've found a workaround! ```nix (build-tools-32-0-0.overrideAttrs (oldAttrs: { dontStrip = true; })) ``` Since everything is being unpacked from archives anyway, should `dontStrip = true` be added to `mkGeneric`?

Alternatively, I can figure out why `llvm-rs-cc` isn't being stripped and fix that for `build-tools`

It gets weirder! Double-clicking the app does _not_ work, but launching it from the shell with `open -a DevPod.app` _does_ work.

OK great hint, it's also working for me when I switch back to ZSH. I'll see if I can dig up a minimal reproduction.

It looks like [the desktop app tries to grab the value of the `PATH` variable by running `$SHELL -ilc 'printenv PATH; exit'`](https://github.com/loft-sh/devpod/blob/bd183fad59350eca6e2dc5d889df78668e116674/desktop/src-tauri/src/fix_env.rs). When I run that with Nushell I get...

Sorry, I forgot to mention that this is Cursive 1.14.1-eap1-2024.3 running on IntelliJ IDEA 2024.3.1

Yes, from the command line as the merge/diff tool for Jujutsu.