Darren Schroeder

Results 2077 comments of Darren Schroeder

@Decodetalkers The errors on `get` are more descriptive than what is on `select`. If you can update the `select` error messages I think we can land this and see how...

@webbedspace I'm sorry to be a stickler on this but I think one of the things we're waiting on is for `|e i|` to be changed to `|elem idx|` or...

Also, I labeled as a `breaking-change` because I believe it removes the `-n` params.

@webbedspace I think this look good. If you can fix the conflicts I'll sign off on it. Thanks for all your effort here.

IIRC, there is a rayon option to retain ordering. I assumed we were using that but maybe not? I can't remember exactly what that feature is in rayon though. :(...

What is the purpose of `init.nu`? I also don't understand why every folder would have an `init.nu` in it to read. Maybe I'm missing some linux-ism that I don't know...

@Kixunil How's this PR coming? Will you be able to get back to it soon?

@rgwood another option may be to allow `watch` to take an `input` from the `glob` command. e.g. ``` glob 'some convoluted glob syntax' | watch . { |op, path, new_path|...

The `glob` command also doesn't accept multiple separate globs on the command line. Although, I'd like it to. Seems like we could do it with the `any` functionality of wax...