Darren Schroeder
Darren Schroeder
``` let-env config = ($env.config | upsert table_mode light) ``` is the same as ``` table mode light ``` is the same as ``` table --mode light ```
@extemporalgenome the one with "all future renders" would really be "all renders in this session" unless you're planning on overwriting the config.nu file.
I believe this was recently fixed like this: ``` $versions | from json | select -i features ╭───┬──────────╮ │ # │ features │ ├───┼──────────┤ │ 0 │ test │ │...
maybe it's a bug in `get` because i think it should complain about the same missing column
Just to document what's going on. Example 1 that doesn't work, is going through the `PipelineData::Value(_,_)` match block and matches on `Value::Record`. Example 2 that works with transpose, is going...
@dmatos2012 go for it. i'll assign it to you. thanks for helping out.
My guess at this is that you'd want to make a config option that allows people to enable or disable this feature. I'm not exactly sure how the completion system...
Thanks for the report. Maybe reading this could help explain it further, which I just wrote yesterday https://hackmd.io/yBEUx4czTMuHcTICt-xZAA?view, to understand how it's supposed to work. > When a \ appears...
> I believe the issue is here: ... good insight. you might be right. now if we just had someone to submit a PR. :)
Thanks for the effort but I have some questions and comments. 1. I think we should try to use nu-glob in this instance rather than taking on another dependency. 2....