Rossen
Rossen
I've been sidetracked by other things. Have you seen whats on the `packets` branch? https://github.com/rossengeorgiev/aprs-python/compare/packets You can parse and generate `TelemetryReport`, you have classes for generating, PARM and UNIT, just...
Yep. This is a known issue and there is no workaround. Maybe Valve will fix it one day
Yes, older positions don't get removed.
Recent icons are embedded as SVG, if I use `object` or `img` tags, I lose the ability to change colors. I still feel that they are better off as a...
The current graph library, does scale the axis, but not as well as I would wish. One solution could be, to have some additional logic that would change the axis...
The short answer is you cant. The current code only works for one map, it will need to be refactored to allow multiple instances of `nite`. One per map.
I've encountered the same issue, and worked around it by removing `net.ipv4.conf.default.rp_filter` from any defaults files, and only having in my custom file in `sysctl.d`. Not ideal, I know
Yes, seems to expect `chrony` as the user, which is correct in RHEL, but in ubuntu the package creates `_chrony`
@dodys 1. profile used is CIS Level 2 2. USG appears to require purchase of Ubuntu Advantage. On your screenshot all the checks pass, do you actually have both `ntpd`...
Well, I found the issue. It's the certificate. The reason I'm getting a 0 byte image is because the provider fails the TLS connection with invalid certificate. Why did it...