Darren Schroeder
Darren Schroeder
ugh - I'm trying to unravel what and why this broke nu_scripts/prompt/oh-my.nu. maybe it's get-weather.nu. maybe it's something else.
It looks like this no longer works ``` $"($loc_json | get ($city_column)),($loc_json | get ($state_column)),($loc_json | get ($country_column))" ``` but this does ``` $"($loc_json | get $city_column),($loc_json | get $state_column),($loc_json...
This also doesn't work ``` let day1 = $"($forecast | get 0.dt) (get_emoji_by_id ($forecast | get 0.id | into string)) high: ($forecast | get 0.high | into string -d 1)...
> I think in the longer term we should only have one source of truth for the globbing. Agreed @sholderbach. The reason I added `wax` and the `glob` command for...
to my eye, i love this change and how it has an optional index. great work @webbedspace!
Kind of on topic, I'm wondering if we should make all PRs be submitted in draft mode, and then when the author thinks it's ready for review, the author makes...
whoa! that's so cool. trying to figure how to get out of it now though. LOL - figured it out `ctrl+d`. totally love this and would love to see it...
@zhiburt This is my torture test for all things related to tables. :) opening this file reveals some interesting artifacts. [em.csv](https://github.com/nushell/nushell/files/9929401/em.csv) i've learned to expect that nearly no software can...
@zhiburt I think PGUP and PGDOWN are good and also letting `esc`, `ctrl-c` along with `ctrl-d` to exit it. Notice the artifacts of lines on the right side and sometimes...
> Could you check whether it was fixed? Not fixed. It still exhibits the same artifacts. I tried in Windows Terminal and in Tabby.