Kurtis Rader

Results 691 comments of Kurtis Rader

> Independently of using sqlite as a history file: if the pure-go sqlite is included as a dependency then it can do double duty as a backend for a builtin...

A few days ago I started working on replacing the Elvish daemon, and dependency on BoltDB, with two flat files using JSON encoding of the command and directory history. This...

Note that documenting the key bindings is complicated because many depend on the current "mode"; e.g., are we in "insert", "location", "history", or some other mode. Which is not to...

Note that resolving issue #1659 would make it possible for the `epm` module to only rely on commands (like `rsync` and `git`) that will never be be integrated as an...

As things stand today, a user needs to install the MSYS2 package to be able to use the `epm` module on Windows. While installing MSYS2 is a good idea for...

@iandol, I don't see any commits that resolve issue #1600 and that issue is still open. Can you provide a Git commit ID? I'm guessing you misunderstood the point of...

FWIW, with the changes I have queued the `epm` module will only depend on the `rsync` and `git` external commands. That is still a bit of a challenge for its...

> Manually setting the paths to a small list gives me the expected responsiveness That is because you have removed paths that require WSL to map Unix filesystem operations to...

There is no practical way to make this proposal work. Not least because far too many external commands do not recognize the `--` argument idiom to stop parsing options. This...

I will also point out that invoking an external command, such as `ls`, via implicit `E:PATH` searching assumes that the external command resolves to one whose argument parsing matches the...