Darren Schroeder

Results 2076 comments of Darren Schroeder

@mrkkrp I'm struggling to reproduce this problem. Any tips? I apparently have a different version of `cal` than you do because I don't have days highlighted. We know that this...

I think this is typically a terminal or 3rd party app responsibility. What's happening here is a program is asking for the cursor position with ansi escape `6n` and the...

This is because the contents of your file is the help text for the `date` command since you did `date | save date.txt`. If you wanted an actual date, you...

Can you see how far you get with the latest main? @WindSoilder has been making some globbing changes. There's also this PR which isn't landed yet which may come into...

@zhiburt for some reason this is breaking ci with things like these. Any ideas what's going on? ``` test commands::table::table_abbreviation has been running for over 60 seconds test commands::table::table_abbreviation_by_config has...

@zhiburt something about these tests isn't quite right. any ideas?

thanks again @zhiburt!