keno (Ken Okada)

Results 29 comments of keno (Ken Okada)

Note that you can mix thiserror and eyre.

A few weeks ago I saw completion approaches of `git`, `kubectl`, `pyenv` and `clap_generate` and I found that dynamic completion will be suitable for clap. I agree with th CreepySkeleton's...

Note that clap can automatically derive completion for short/long options in many cases, i.e., if one doesn't need special treatment.

Hi, I'm a beginner of youki and I'd like to contribute. I have a chat with @utam0k and he suggested that adding unit tests of rootless.rs will be a good...

This PR is very useful. I'm not a maintainer of this repo but I'll note some points I found. 1. About `PySocks` dependency. [`urllib3` does not install `PySocks` by default.](https://github.com/urllib3/urllib3/blob/1.26.5/setup.cfg#L21)...

I got your point, but I think your anxiety is groundless. Because... 1. We can use [SemVer](https://semver.org/). SemVer enables us to express "this update contains breaking change", and also users...

@KeenS I might think of similar thing. You mean `#? debug-print expr` should expanded to `(debug-print expr)`, don't you. Same thing will be done with editor's help, but this general...

Sometimes I wanted "debug-print-recursively" to watch all arguments and return values (like trace but using trace pays attension to one function, it does to part of source code). We can...