alepinio
alepinio
With the `8.11.1` I'm getting ``` >>> bitstruct.pack('u8u8u8u8', 1, 2, 3, 4) b'\x01\x02\x03\x04' ``` Is this OK? According to the documentation, I was expecting different byte orderings when using suffixes...
Hi! I've found that messages published right after execution of `MQTTLibrary.Subscribe` get lost. So I've had to come up with this workaround ``` MQTTLibrary.Connect ${host} # FIXME Sleep 1s MQTTLibrary.Subscribe...
Hi! Is it possible to source a transform operation with user prompt during installation? That is to say, to combine debconf with config-package-dev. I took a quick look to https://debathena.mit.edu/config-package-dev/...