Darren Schroeder

Results 2076 comments of Darren Schroeder

When quotes give me problems, I find myself doing something like this. ```nushell print $"(nix eval '.#image.drvAttrs.imageName' | str trim --char (char dq)):(nix eval '.#image.drvAttrs.imageTag' | str trim --char (char...

> @fdncred Where can I find the map containing `[{"name": "dq", "character": "\""}]`? I'm not sure what you're asking. General nushell questions can get answered pretty quickly on Discord. Maybe...

one purpose of backtick quotes is specifically to escape paths and filenames with spaces and they happen automatically for me.

I said `filename with strings` above and what i mean was `filenames with spaces`. I corrected it. Thanks for your opinion. You should feel free to work on a PR...

I also had previously looked at CallExt and they're pretty cryptic. We can change those too once we arrive at something we agree to. > In my view having long...

I'm definitely open to other fn names as long as they indicate what they're doing. As an example, instead of `required` where I added `required_positional_arg`, I'd be up for `req_pos_arg`...

@devyn We once talked, and you had some ideas about these names. Do you remember your preference?

I'm fine with the PR closing but I still think this is necessary because it's currently too confusing.

I'd like to see someone add the uu_rm crate from uutils/coreutils

Looks like you have a file with an incorrect time maybe? We should handle this better though.