Alexey Samoshkin
Alexey Samoshkin
Since this container relies on "acme.sh" and "certbot" ACME clients, it depends on how and when they will pick up ACME v2 API changes, and wildcard support in particular. From...
@RafalLukawiecki Just merged related https://github.com/samoshkin/tmux-plugin-sysstat/pull/1. Just comment here when you feel it's the right time to merge this one.
@RafalLukawiecki Given that `ss` is not present on FreeBSD. Maybe it makes sense to replace `ss` with regular `netstat` altogether to avoid 2 conditional clauses. I guess, something simple like...
Ok, I've prepared new revision using `netstat` instead of `ss`. I haven't merged your pull request, because looks like it includes a bunch of irrelevant commits, so I just pick...
I've investigated the issue. Here is a sysdig trace of what bash child processes are spawned by tmux process: ``` $ pgrep tmux 23956 23958 $ sudo sysdig -p "%evt.time.s...
The reason why you see two `cpu.sh` processes in your `ps -A` output, might be due to how new processes are spawned by Linux kernel. For example, when `cpu.sh` runs...
I've redesigned behavior of [tmux-plugin-sysstat](https://github.com/samoshkin/tmux-plugin-sysstat) `cpu.sh`. See https://github.com/samoshkin/tmux-plugin-sysstat/issues/4#issuecomment-351129368. Now, from a sysdig trace, we can ensure, that cpu.sh, mem.sh, loadavg.sh are run strictly once per $status-refresh-interval. ``` 19:43:46 | /home/alexeys/.tmux/plugins/tmux-plugin-sysstat/scripts/mem.sh...
@RafalLukawiecki Could you please also check if I haven't broken things for FreeBSD regarding CPU calculation. I don't have FreeBSD installation right here. Especially this code: https://github.com/samoshkin/tmux-plugin-sysstat/blob/master/scripts/cpu_collect.sh#L34-L37 https://github.com/samoshkin/tmux-plugin-sysstat/blob/master/scripts/cpu_collect.sh#L26-L28 And it...
Same issue. Trying to avoid autoclosing pairs for "String" and "Comment" syntax groups, as described in a doc. Unfortunately, it does not work, autoclosing behavior is still in action. ```...
Probably have the same issue. I'm just opening a markdown file with `:Goyo`, and few seconds later, status line of adjacent buffers becomes visible, as well as the airline in...