Takeru Ohta
Takeru Ohta
Thank you for this feature request. I'm positive about implementing those keyboard shortcuts and plan to work on them next week. > It would be nice if there were a...
[FYI] I've started implementing key bindings (first pull request: #17). Over the coming weeks, I plan to add support for the other keyboard shortcuts you proposed (excluding those that would...
I've released version 0.9.0 which includes the following keyboard shortcuts: | Key | Action | |----------|-----------------------| | TAB | Switch to next tool | | BACKTAB | Switch to prev...
That behavior sounds strange. At the moment, I have no idea about the cause, but I'll take some time to look into this issue either this weekend or the next....
I see. Thank you.
I've been occupied for a while, but I believe I can investigate this issue this week. (However, I'm not sure if I can resolve it, as I'm not familiar with...
I was unable to build the code above on my macOS machine: ``` error[E0425]: cannot find function `daemon` in module `nix::unistd` --> src/main.rs:19:18 | 19 | nix::unistd::daemon(false, false).unwrap(); | ^^^^^^...
Another possibility is that the implicit`SyslogDrain::drop()` call on the parent might cause some issues, although I'm not certain about this idea either.
Thank you. I'll try the patch this weekend.
Hmm, I encountered the following error after enabling the patch: ```console $ cargo check --manifest-path /Users/tohta/dev/rust/sloggers/Cargo.toml Updating git repository `https://github.com/asomers/nix.git` error: failed to load source for dependency `nix` Caused by:...