Jonas Chevalier

Results 1017 comments of Jonas Chevalier

Yeah that makes sense. This is just for the repl representation so changing it wouldn't have much of an impact. ``` nix-repl> toString (2 + 2.0) "4.000000" ```

It's not supported at the moment. There is a [whitelist](https://direnv.net/man/direnv.toml.1.html#whitelist), but no blacklist yet. The user will be prompted with the allow check so `.envrc` are not automatically loaded.

I would accept a PR that adds that functionality.

I think @Mic92 has a solution for that

This seems like an issue with Warp subverting the usual terminal experience. Since Warp is a commercial product I'm not keen on looking into it, but happy to take PRs....

Sounds good. In that case blueprint doesn't need to be changed. But it would be good to document the pattern.

I like that you just went ahead and implemented a solution. To solve the executable matching, I believe the simplest solution would be to parse the shebangs and extract which...

Hi @lucernae, I just saw this PR. Are you still interested in getting this work merged?

It currently doesn't work because it conflicts with the treefmt root command. It thinks that the user wants to format the "./completion" sub-folder. ```diff diff --git i/pkgs/by-name/tr/treefmt2/package.nix w/pkgs/by-name/tr/treefmt2/package.nix index 0aca91e20c5c..f9a4b98d59d7...

The reason we didn't go for the hashes is because opening and reading all the files to compute them can make the no-op version pretty slow. But maybe we can...