Kurtis Rader

Results 114 issues of Kurtis Rader

I was modifying the [Elvish shell](https://github.com/elves/elvish) to use `glow` to dynamically generate a Go source file that contains documentation for the shell's builtin functions and variables. I ultimately decided that...

While working on issue #1263 I noticed there isn't any mechanism for running unit tests that expect stdin, stdout and/or stderr to be connected to a TTY device rather than...

While working on issue #1263 it occurred to me it would be good if users didn't have to do something like this to write portable code: ``` use platform var...

The equivalent of the POSIX `test -t $fd` command would be useful. It should default to the Elvish equivalent of `os.Stdout` to allow for LHS of a pipe and redirections....

A new Elvish user recently asked this question on the IM channels: > Hi, people. Is it possible to run some commands when user interrupts script execution (presses Ctrl+C)? That...

I was bitten, yet again, by creating a pull-request that passed my local `make style` but failed the CI tests because the `codespell` make target failed. Since spelling errors are...

This came to light when a user commented on the IM channels that they were surprised by this warning when the documentation says that "Only try and try-block are required.":...