Darren Schroeder

Results 2076 comments of Darren Schroeder

@zhiburt one more question. i just want to make sure this stream collect is only being called with -a, we don't want to be collecting on other table modes. can...

Other than my comment above I think this looks good. Thanks!

Thanks for helping make nushell better!

I wonder if these were added by consumers of nushell crates like couchbase-shell? 🤔 Nope - doesn't look like it https://github.com/nushell/nushell/pull/4482

Hmmm, I'm pretty sure this all used to work. I wonder if something broke it recently (like sysinfo). It looks funky in Windows too ![image](https://github.com/nushell/nushell/assets/343840/66b6e937-66c3-446d-877c-9256028052a6)

Definitely something changed here. The Process struct isn't being populated like it once was. ``` ❯ debug info | table -e Some( Process { pid: Pid( 5776, ), parent: Some(...

I think I've got it fixed. If you have time @dmatos2012 it would be good if you could check #11909 to see if it fixes it for you.

A much more radical approach to number 2 of @kubouch's comments above is to remove globbing from every command and only allow globs via the glob command and the used...

How does this perform with Kubouch's glob torture tests? BTW, I put it here so we can make changes to it easily https://hackmd.io/y5yMvEnrR7WTLH3vVBQlFg?edit