Darren Schroeder

Results 2077 comments of Darren Schroeder

I'm not sure what is going on. It looks fine on Windows MS Edge, MacOS Safari, InPrivate MS Edge on MacOS, but it pukes on Edge on MacOS. It just...

I think this would be a great add. You may want to mention `error make` and `complete` as well. It may also be helpful to know that `do` has undergone...

> Not sure what you mean there, at the moment, There used to be a difference between these two commands (not in a directory with a git repo). Now there...

That's great that you've found a difference. Whatever all the differences are in those `do` commands should be documented.

ya, we can have `.intput_output_type()` or `input_output_types()` if there are mutliple input output types. I agree that this needs to be updated.

yup, documentation is lacking. i don't use either `$it` or `$in` very much. but i know these `ls | $in.2` `ls | $in.size`

> The concept reminds me of the $_ variable in perl Strangely enough, powershell uses `$_` as well as kind of a magic [variable](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_automatic_variables?view=powershell-7.2) > The block notation in nushell...

`env` used to be a built in but it isn't any longer. The docs need to be updated. These days I use this ``` # get the environment details def...

I think it would be a good add. However, I'm not sure we have links to all data types. Our docs probably aren't up to date.

sure, i'm fine with doing it step by step. you should feel free to look around to see if we have docs on datatypes and add them if they don't...