Proc

Results 240 comments of Proc

I'm using a custom SSH key for the failing repo, meaning that in ~/.ssh/config a specific key path is defined for that host via `IdentityFile`. Gitui doesn't respect that (I...

currently https://github.com/swizard0/rust-simple-signal seems like the way to go

I see no reason to bloat the wiki with more columns that haven't been necessary for the last years - especially since columns like RSS are not part of it,...

> you may falsely attribute several hundreds to thousands of users into the same IPv4 address on the outside while this is not something you could compensate for You get...

Connectivity detection is now part of the status page. Scroll to the bottom to enable the column for your browser session.

Please do not use public instances for your bots and operate your own. We will probably have to rate limit you, or straight up block bots due to how brittle...

You add it. It's editable for everyone.

If you mean "report only once per interval": debouncer-mini does that by default (otherwise it's a bug). There is also debouncer-full if you need more features.

It should report all timed-out events in one interval. So that sounds to me like what you want. But that also means, if you have a timeout of 2s and...

There is no reason to use the debouncer with pollwatcher, unless you have timings that could make this work. Example would be to poll every 1 second and debounce every...