Darren Schroeder

Results 2076 comments of Darren Schroeder

> I'll take this. I'm interested in digging into nushell a little deeper. I just assigned it to you. Thanks for looking into this!

I believe in the `env_change` hook we have `$before` and `$after` as parameters. This is all handled in a special `eval_env_change_hook` function. The other hooks all run through the `eval_hook`...

We have a release in 2 days. I'm not sure if we should land this before it or wait.

I was playing with this again. Can you walk me though how this works? Mistakenly I thought setting `$env.NO_COLOR = 1` would turn off color output, but it doesn't. So,...

I'm also wondering if it's possible to have a few tests to ensure once this is working the way we want it to, it stays working.

I'm just trying to understand what this new functionality does exactly. I thought I understood but I'm not having much success testing it. Maybe you can explain or give examples...

Maybe this is the problem? ![image](https://github.com/nushell/nushell/assets/343840/dbc9abba-fc33-4d4f-9cc4-393e67dc8c74) If I set it in my parent shell, it also does nothing. ![image](https://github.com/nushell/nushell/assets/343840/324746cc-3c67-4079-a769-ff6184399981)

@nibon7 do you have time to continue working on this?

> * "enabled": same as `use_ansi_coloring = true` > * "disabled": same as `use_ansi_coloring = false` > * "auto": completely use `supports-color` to detect whether the terminal supports color >...