Pete Schwamb

Results 17 issues of Pete Schwamb

Some situations require streaming compression where the full size of the input/uncompressed data is not known, such as serializing a large number of objects where loading all the objects into...

This fixes compiler warnings with Xcode 14.3, and also marks the library as safe for extensions.

MessageTypeMap[message_type].new(data[5..-2]), in packet.rb means that messages cannot access the full packet info. Should pass full packet data, and update all the offsets listed in bit_blocks.

Starting at this point: https://gist.github.com/ps2/9add953c0f13a7dd2184#file-gistfile1-txt-L43, decocare seems to get confused, and misses a bolus record later. The gist also has the full history page in hex. ## --- Want to...

The carb_ratio attribute is being decoded wrong, I believe. https://github.com/bewest/decoding-carelink/blob/master/decocare/records/bolus.py#L98 ``` { "_type": "BolusWizard", "bg": 100, "bg_target_high": 140, "_description": "BolusWizard 2015-11-14T20:59:47 head[2], body[15] op[0x5b]", "timestamp": "2015-11-14T20:59:47", "_body": "0f5000783c4100003200000000328c", "_head": "5b64",...

askmedtronic

We should be able to update loop state to recognize a manual temp basal issued from the pump, and put Loop into the same open loop manual temp basal state...