Martin Hoffmann
Martin Hoffmann
Am I understanding you right that you want to track any single difference and how long it’s been around and count those that have been around for more than _t_...
You are correct that documentation is rather lacking. I am improving it here and there, but indeed there must be better top-level documentation. That said, the crate is intended to...
First, apologies for the inexcusably late reply! Here’s my thinking with regards to data becoming unavailable: RTR has the expire interval, so actually failing to serve data if there isn’t...
Actual empty JSON content (i.e., it’s a valid JSON file but the respective member arrays are empty) should probably be treated as switching to an empty set? Non-parseable JSON (either...
Thank you for the suggestion! This seems like a very useful addition, indeed.
I just realised that #115 doesn’t include metrics of the current serial number of the unit or the number of VRPs, which we should probably add. So I’ll re-open the...
I checked with Wireshark – it just closes the connection after receiving the error. I’m asking because there were issues around this earlier and want to double check whether there...
I agree that the definition of the QR bit is unfortunate. However, having a method that returns `false` when the bit is set only makes things worse. What I think...
Hm, yes. But then this flag behaves differently from the other flags, which I kind of dislike. Also, `msg.is_query()` is shorter and perhaps more straightforward than `matches!(msg.qr(), Qr::Query)`.
I also stumbled over the lack of definition of “support.” I’m assuming it to mean security and bug fixes, but we should probably say that?