Douglas

Results 251 comments of Douglas

*I just ran across this myself (well, for the second time - The first time I just resorted to custom commands and `source`). It bothered me enough the second time...

Since the above comment with the problem statement and workaround got a bit long, I decided to split out "solution brainstorming" to a separate reply. Only I'm just now getting...

From reading through the history on this, #12922, and #12749, I can't tell if the behavior I mention in #14000 is an intentional or unintentional side-effect of this change. Any...

As with the deprecation PR, please review closely. While my confidence level with Rust is growing, I'm still a novice (with a lot of experience in other languages). That said,...

Now that we know what the real issue is, could you update your issue title to *"Change sort order for nested directory completions"* (or something more descriptive like that)? That...

@weirdan Right - I put a PR in the same day on that; the issue is more around *why* a `SyntaxShape::Closure(None)` worked here (that seems wrong) and how to correctly...

> We don't like the config system much either. Right - I know that I've seen you mention that before, but I haven't seen this particular aspect discussed. Unfortunately, I'm...

Even `nu script.nu "true"` (or `"false"`) fails. According to the error message, it sounds like a parser issue. In addition to booleans, it also seems to occur with: * Nothing...

> would be nice to fix this somehow. any ideas? (a) I've looked at it a bit, and it's beyond me at the moment. I can come back to it...

> The point is to be able to test the examples Oh, I definitely agree with that. It's just that of the two main tests that run: 1. `check_example_input_and_output_types_match_command_signature` 2....