Darren Schroeder

Results 2074 comments of Darren Schroeder

if there are no rows and no columns there is no place to render anything. having a terminal width is important to table structures so that it knows how to...

I really have no idea how output can work with 0 columns and 0 rows. I mean, I believe what you're saying. I'm just not sure how that works because...

You can get the result you're looking for with seq. ```nushell ❯ seq 15 10 95 ╭───┬────╮ │ 0 │ 15 │ │ 1 │ 25 │ │ 2 │...

This seems to work for me. ```nushell open ~/Desktop/History | get urls | sort-by last_visit_time --reverse | where last_visit_time != 0 | first 10 | update last_visit_time {|d| (($d.last_visit_time /...

error messages can be changed but i'm not sure what a better error message would look like. not saying our can't be better but i'm not sure what it would...

The "trick" to doing this would be having a span of every value that we want in the error message or the entire part. I'm not sure all those spans...

I finally ran this and I love it. I have a few questions. 1. How can we map the users to discord users? 2. Does this use the traditional git...

co-authored should probably be included imo. i'll send you the tracking spreadsheet on discord. it's not easy to map from gh to discord but that shouldn't stop this from going...

You may have to use `--locked` so that it doesn't try to upgrade eml-parser

Try `help -f "null"`. `null` is a nushell Value::Nothing type.