Darren Schroeder

Results 2076 comments of Darren Schroeder

That whole --pax-option parameter looks a little suspect especially since the docs say --format=gnu would do the same thing. It also seems to require gnu tar of a certain version....

I think that this is less about virtualenv and more about overlays. I believe this is the way deactivate is created `export alias deactivate = overlay hide activate`. Looking at...

You could send a PR to the virtualenv repo if you think this works differently than other integrations with venv.

My guess is this is because nushell doesn't handle just a date or just a time. I believe a date or time must be a datetime with timezone.

There are a lot of commands that I could live with as plugins, this is one of them. I'm pretty sure that I wrote the `ls --mime-type` because someone asked...

There is no need for to be rude and disrespectful. Please change the title of this issue to something that is more respectful to the nushell contributors.

So it would always return 2 items in a list? I assume it would take an int but would it also take a range? We kind of have something like...

If either of these commands returns `path` vs `Path` on Windows, then that is a problem. I've seen it before. ```nushell registry query --hklm 'SYSTEM\CurrentControlSet\Control\Session Manager\Environment' registry query --hkcu environment...

ya, maybe `ls | mime` may be better. Maybe a `mine ext` sub-command or just do `ls | get name | path parse | get extension | mime`?

> I don't think we should accept a table input though since it introduces too many variables. Which column of strings is the input? In the past I have looked...