Philip Davis

Results 4 issues of Philip Davis

Just a small docs nit I noticed: the link at https://github.com/aatxe/irc/blob/67e61e06060e2fde1435c724114af0087555c3cd/irc-proto/src/message.rs#L16 is broken when viewed in the `irc` crate [docs](https://docs.rs/irc/0.14.0/irc/client/prelude/struct.Message.html), because in `irc` both `Message` and `Command` are directly members...

docs

example panic: ``` Jul 09 23:14:55 wrex vault[7263]: 2022-07-09T23:14:55.360Z [DEBUG] secrets.acme.acme_d31db409.acme.acme-plugin: panic: interface conversion: interface {} is nil, not []interface {} Jul 09 23:14:55 wrex vault[7263]: 2022-07-09T23:14:55.360Z [DEBUG] secrets.acme.acme_d31db409.acme.acme-plugin: Jul...

https://github.com/BlueSpaceCanary/rustbucket/tree/780cb54cf034576937d095772c4941a525c0fdf3 is what I'm working with right now. After a few seconds running, it pins a CPU core and never lets go. Sampling it, the time is almost all spent...

Filing a bug I ran into while figuring out what was going on [here](https://community.librenms.org/t/application-dhcp-stats-client-agent-is-deprecated/13578/6). dhcp.py doesn't use the `leasefile` value from dhcp.json when constructing its [`dhcpd-pools` shell command](https://github.com/librenms/librenms-agent/blob/b0983980b6d34215d917fc96f9fffd6ff91c557a/snmp/dhcp.py#L68): ```python3 shell_cmd...