Darren Schroeder

Results 2076 comments of Darren Schroeder

oh, i thought you found the code where this is happening. I'm not really sure what the right answer is now. ```nushell ❯ [100.1234] ╭───┬────────╮ │ 0 │ 100.12 │...

almost the same behavior for me but it's not minimize and maximize. for me, it's restore (the middle button between minimize and maximize) and maximize. It's most noticeable if your...

I think this is an interesting set of custom commands. However, it would be nice if they were cross platform. In order to do that, we'd need to use nushell...

@Hofer-Julian Looks pretty good to me. I have 2 questions. 1. Will this work with FileBackedHistory? 2. Is it possible with to have a test for removing items? I'm not...

> From the nushell side, yes. But it's not implemented on the reedline side yet and will return an error. Maybe this new command should only be enabled if the...

> Do we have examples of other commands which are only enabled if certain settings are right? What would enabled mean in that context? If you look at how "registry...

I'm talking about removing it at compile time based on a feature. If it only works for sqlite histories, it should not be visible if sqlite isn't an included feature....

Converted to draft until reedline 736 is landed, which should be shortly after our next release. Are there any other changes needed here after 736 lands or is this good...

I run it on windows all the time. I wonder why you're having problems. I don't understand.

oh, I thought of the difference. my plugins are built with the `install-all.ps1` script from the repo root on windows which puts them in the ~/.cargo/bin folder I think. So,...