Darren Schroeder

Results 2076 comments of Darren Schroeder

Mostly my personal ignorance of python. Have at it! I wish you success. :) I mean, it is a script with over 1000 lines so just the volume of it...

Thanks for the research and suggestion! We used to have sleep in there but it was an issue https://github.com/nushell/nushell/issues/3402. https://github.com/nushell/nushell/pull/3407. Maybe 50 ms is more palatable than 500 ms. What...

we've done some fairly significant work on this recently but unfortunately it still doesn't seem to work when compared with this command `^/bin/ps -caxo pid,pcpu,pmem,comm=20 | awk '$2 > 0{print}NR==1{print}'`

We would love for someone to resolve this prickly issue. We have looked at it several times and hacked together pieces of several crates to get it to work in...

Sorry for the confusion. I meant to say that it does not work for everyone.

I doubt anyone is working on it. Feel free to try and fix it.

I'd support `--regex (-r)` in these split commands

We currently don't have the ability to freeze the top row of a nushell table. However, you can send the table output through less. With no colors: `ls | less`...

no issues on Mac. I followed the steps without a panic.

I use the sqlite history in nushell and cannot reproduce this behavior. It might be better to compile the latest main in debug mode to get a back trace.