Douglas
Douglas
The other colors that are conditionally set via closures (`date`, `filesize`, and `bool`) are "special-cased" by the preview script, so it displays a "demo" of the closure results. That isn't...
Definitely - That's what the code does now, and why it actually prints the `view source` of the closure rather than just ``. The fix for the left-side (string label)...
Ah, I just noticed you did special-handle the `string` closure in `preview theme` (the uncondensed version). That said, it will only work for your use-case, and not for other conditionals...
> it's `to json` vs `into json` Ah, got it right in the title, at least ;-). > but anyway, when you do `to json` this is outputting a string....
@sholderbach Thanks! I already had `ls.rs` open on my screen yesterday to see how it did it. ;-) I haven't worked through it all the way, so thanks for the...
I think it's a great workaround, but I'd love to keep this open for a potential native implementation
I might be wrong, but given the output, this seems like it should be written: ```nu [ foo bar baz ] | to-columns [ a b c ] ```
> With the current limitation that documentation comments have to occur on the same line, not sure how I feel about the expression part of the proposal. I think I...
Re enum - Makes sense now - Thanks! Re expression -- Good catch, of course. Currently completers are evaluated at parse/definition time. I should have considered that since, well, I...
From what I recall (and it's been a few months), you need to checkout a Git repo locally, then you can install a module in it using `nupm` with (if...