Darren Schroeder

Results 2074 comments of Darren Schroeder

Since we have a release tomorrow, I propose to wait a couple days and land it. That will give us about 3 weeks to test more thoroughly once it's merged.

@unrelentingtech if we can get this conflict resolved we can land it.

Here we go, hold your breath and cross your fingers!

which cmd.exe internal built-in commands are your proposing we reinstate? I'm not sure if this is a complete [list](https://ss64.com/nt/syntax-internal.html) of built-in commands but it's a good start.

I could go either way on these. I try my best to use the nushell built-ins for everything. However, nushell doesn't do everything that every shell can do.... yet. :)...

@Stefouch this ` nu script.nu ` is different than `source script.nu` because it's loading another version of nushell and may not be loading any config file. I can't remember because...

in order to use `title`, assuming it works at all these days, you'd have to turn off `shell integration` in nushell via config.nu because nushell sets the title with every...

It looks like your syntax is wrong. You have too many `)`'s. Try this: `ps | where (echo $it.name | path parse).stem == 'nvim'`. That works for me on the...

I think we should have a heuristic that searches for the null character in the first x bytes and if finds it make it binary, otherwise make it text.