Yves Parès (Ywen)

Results 62 comments of Yves Parès (Ywen)

@cezdro @Bahex Ok, I actually found a way to alleviate the limitations above within standard nushell 0.104, using a sidecar job that will maintain the mutable finalizers and run them....

I think this is sort of an XY problem. Using `finally` to drop resources is already frowned upon in several languages, because it's very manual and error-prone. C++ came up...

@cezdro Yep! That's a good point too :). I'm not used to Go & Zig, but yeah it seems `defer` is there for the same reason. > Granted, it's not...

@srounce I had the same problem, it should actually be: ``` inputs: nixpkgs: url: github:cachix/devenv-nixpkgs/rolling ``` But @domenkozar even using it, the original error (import error) remains. I'm using devenv...

The default nushell theme is almost theme-agnostic. I agree that user-defined light & dark variants would be great, but in the meantime it's possible to have a theme that remains...

Aha, I found https://github.com/cachix/devenv/blob/python-rewrite/tests/python-native-libs/devenv.nix Ok, nevermind. Though could the docs be updated to specify that case? A lot of python libs need that kind of setup, if that's the recommended...

@sandydoo I'm using devenv 1.0.5 (installed from nixpkgs-unstable). EDIT: I reinstalled it directly from this repo's flake (`nix profile install github:cachix/devenv/main#devenv`) so I'm on the main branch, and the same...

@sandydoo Ok, I think I get the problem. I was using: ``` inputs: nixpkgs: url: github:NixOS/nixpkgs/nixpkgs-unstable ``` as my nixpkgs flake source. With it the `env.LD_LIBRARY_PATH` is still needed. But...

@fdncred Not really a dupe I believe, I'm rather asking to reinstate the support for multiple ranges (plus the rest). Do you know why it was abandoned?

(Helix user too) Just to add on this, Alt+click still isn't transmitted to the underlying app, even when `advanced_mouse_actions` is set to `false`. Also in "Unlock First" mode, it would...