Darren Schroeder

Results 2077 comments of Darren Schroeder

We have something like this plugin registration that is in the root of the repo named toolkit.nu ```nushell def windows? [] { $nu.os-info.name == windows } # filter out files...

it also seems like your install once script would only work with plugins that are in the nushell repo versus all the plugins in awesome-nu#plugins.

Sounds good @dmatos2012. I'll put your name by it. Hopefully a very different experience from uu_cp and uu_mv. 😆

Thanks @ysthakur I added you above.

We want to use the cross-platform coreutils. We do not want to have a separate implementation for Windows and Unix.

@dmatos2012 The general idea is to migrate all the commands listed. As far as flags, we just need to add the most popular ones as a first pass, or the...

I agree that it shouldn't panic but piping into query web without any parameters isn't something people should do. query web -t fails with a stack overflow sometimes for some...

I'd support that. It should be pretty easy to do. You just have to check for `input` and use it and make sure you don't have `input` and `--data-record` parameters...

@JoaoFidalgo1403 Sure. I was just thinking that it could work both ways. If the `-d` parameter is they, work the way I wrote it. If the `-d` parameter is missing...

> @fdncred Also, would it be ok if we did the same work on `stor update` ? i think so