Darren Schroeder

Results 2071 comments of Darren Schroeder

we have tools already that understand the terminal's width, otherwise we wouldn't be able to hid the right prompt when the text from the left prompt invades its space. if...

Converted to draft so it doesn't get accidentally merged. We'll have to discuss these things. 1. It is not written in nushell. 2. It's only focused on linux. 3. It...

We've talked about something like this and would probably welcome a PR but maybe it should be a separate command like `ReedlineEvent::ExecuteHostCommandReturnResult` or so that we can still keep the...

We're looking for volunteers to write such a script that anyone can run locally prior to submitting a PR for script additions or changes.

I wrote a script called `make_readme_table.nu` and put it in this repo. It doesn't do it "automatically" but it's a start if someone wants to take over and play with...

Has this been abandoned or it's summertime and we're all at the beach? 😆

> @fdncred do you see it in engine-q? yes. I've typed some things like ``` let config = { really long config section } ``` and then if I type...

I think the whole hint is fine but as you start typing, when it's different, the hint should disappear. I can't remember if our current implementation does that. also, as...

I think it should scroll and let you navigate the hint, but when you type something that isn't in the hint, the hint should disappear (or choose the next correct...