Kurtis Rader

Results 691 comments of Kurtis Rader

> I had the idea to pipe the builtin ns vars to fzf, and display the help result on the right. That sounds as if it is equivalent piping the...

Okay, I've got a `help` implementation I'm finally happy with. There's still some work to do (mostly unit tests) but I think it's ready for testing by other people. You...

> With the help epm: example, is that tab completion or did you press ? I pressed Enter to actually execute the `help` command. It should be straightforward to implement...

FWIW, I previously asked this question: `Something not already discussed is what should be the result of help unknown-command.` I decided to treat that as if the `&search=$true` option was...

@lispnik, I can only speak to Python from my personal experience. That includes resolving a bug due to inserting a map key that should have been a number rather than...

See also issue #1025 about sorting the output of the `keys` command and the fact that `order` doesn't support ordering heterogenous value types.

This change passes on my local `FreeBSD` VM. It's also not clear why it failed on the `FreeBSD` CI environment since the "details" link doesn't provide any text that explains...

Note that other namespaces do not include a redundant "usage" block for variables; e.g., https://elv.sh/ref/platform.html and https://elv.sh/ref/unix.html. In fact, it looks like `math:` is the outlier. So I'm going to...

Note that the project already depends on https://github.com/BurntSushi/toml for generating the blog web pages. While the project doesn't use that package in the elvish program the dependency does set a...

The limit is defined by this constant: `const pipelineChanBufferSize = 32`. There's no comment in *pkg/eval/compile_effect.go* for why 32 and not some other value. In any case, it should be...