Rudolph Froger
Rudolph Froger
I think the log crate needs to support the default eight Unix syslog severity levels. See RFC3164 and RFC 5424. Many systems have used these levels as a standard to...
If you do this for request then please also do this for response.
For me a separate feature would also be a good solution. I'd like to track the location, especially also in release builds because it increases the possibility to understand what...
Thanks, I've already tried that but it seems only the first `long` is read by `sysctl-rs`, probably because its type is `LU`. See line 250 of `src/unix/funcs.rs`. Before this line...
I looked into the code of the sysctl utility and it seems to assume that all numeric types are potentialy arrays: https://github.com/freebsd/freebsd/blob/master/sbin/sysctl/sysctl.c#L1075-L1134 . Maybe sysctl-rs could do something similar.
Option to turn off ability for administrator to merge pull request without getting approvals granted
I think the work-around is fairly useless if you have multiple owners in your organisation and then probably also one or more administrators per repository (to manage the repo settings)....
Please fix this, putting binary data into Redis is quite common I believe (like struct packed integers, hash digests etc). Contact me if there's anything I can do to help...
I get a similar error, for example if `pgbouncer_exporter` is started before pgbouncer is up: ``` ts=2024-05-06T13:48:14.237Z caller=collector.go:142 level=error msg="error setting up DB connection" err="error pinging pgbouncer: dial unix /tmp/.s.PGSQL.5432:...
~~The current setup isn't ideal on FreeBSD because I always need to set the `LIBXML2` environment variable. When I remove the current `panic!` from the `build.rs` file, then the library...
Another solution is to not allow merging a PR for a branch which is the target branch for other PRs. For me that would be the most correct and explicit...