blacknon
blacknon
I think it's okay now, so I'll close it.
Thanks! > I think this should still be tracked as a bug. hwatch should handle large file, at least by failing gracefully or cutting them off when a file is...
It certainly doesn't move... In version 0.3.11, I tried to cat the output of `git log --color=always` and `git log` (3000 lines), but it doesn't seem to be working. It...
I think this process is probably the cause. https://github.com/blacknon/hwatch/blob/6695b35046eb3dc662bc6aa2b039e2bd18037f16/src/exec.rs#L99-L115
Closed because it was applied in version 0.3.12. Thank you for issue!
PoC code for realizing options. Need to upgrade the version of clap. ```rust use clap::{Command, Arg}; use clap::builder::ArgPredicate; fn main() { let matches = Command::new("My-App") .arg( Arg::new("hogehoge") .long("hogehoge") .value_parser(["always", "auto",...
Closed because it was applied in version 0.3.12.
Oh, this is throwing a [pull request](https://github.com/ThalesIgnite/crypto11/pull/93), but it seems that it has not been marged yet. I'm rewriting [go.mod](https://github.com/blacknon/go-sshlib/blob/master/go.mod#L28) to read the package I'm forking, but isn't it working?
Backspace will hide the history window.