Darren Schroeder
Darren Schroeder
> I've not pictured this proposal? > Do you mean truncate first and then expand the rest, correct? > Or to expand only when we do truncate/wrap stuff? This is...
> Could you check it out? This looks good.  The coloring looks good too i think. Did I miss this before or do we have a slight regression with...
but why in my images doesn't row 291 str camel-case expand like row 286 split-by does? what i'd prefer it to do is if there wasn't enough room it would...
let's go! thanks for this. wow, what a ton of changes and interation. i can't say thank you enough @zhiburt. great job on this. it looks to me like all...
i'm fine with deprecating `$nothing` in favor of `null`
I just noticed that there is no entry for this in our default_config.nu file. Shouldn't there be one with `$nothing` in there like the others so there is some level...
@rgwood Do you mean it's the `display_output` functionality itself or perhaps it's the `--expand` mode of `table -e` that is used in it by default? I know `table -e` works...
This is how I would parse the /etc/passwd on my Mac, not sure it's the same on Linux. ``` open /etc/passwd | lines | skip 10 | parse "{user}:{pass}:{userid}:{groupid}:{fullname}:{path}:{other}" ```...
Hey @dbuch, If we can fix these conflicts we think we'll be able to land this. Let us know if you have time and can work on it. Thanks!
I noticed a bunch of warnings after this PR and the CI is broken. It appears to be changes to chrono. It may not be this PR - not sure...