Tim Mecklem

Results 6 comments of Tim Mecklem

I encountered the same thing recently with enlite data. It seems like the output from mm-format-ns-glucose wasn't compatible with the expected input of format-recent-type. I made a change equivalent to...

Crash log from `- (void)dataReceivedFromRL:(NSData*) data` (I don't seem to have the desymbolicated version for this one) [com.mecklem.loop_issue_2_crash_bf816d6c0e164ff09798a0aa8aeca723_c3299731043345c994f545fb675a9ca1_0_v1.txt](https://github.com/ps2/rileylink_ios/files/688949/com.mecklem.loop_issue_2_crash_bf816d6c0e164ff09798a0aa8aeca723_c3299731043345c994f545fb675a9ca1_0_v1.txt)

Crash in `- (BOOL) doCmd:(nonnull CmdBase*)cmd withTimeoutMs:(NSInteger)timeoutMS`: [com.mecklem.loop_issue_1_crash_6b6608ca932745b9a5aa6b172419140c_9e366a0174774ee6b9dc0887324d800e_0_v1.txt](https://github.com/ps2/rileylink_ios/files/688968/com.mecklem.loop_issue_1_crash_6b6608ca932745b9a5aa6b172419140c_9e366a0174774ee6b9dc0887324d800e_0_v1.txt)

That captures it pretty well. I'm willing to do more investigation or capture logs if needed. I'm working with this (and experiencing it) quite a bit now.

``` System Software Overview: System Version: macOS 10.12.5 (16F73) Kernel Version: Darwin 16.6.0 Boot Volume: Macintosh HD Boot Mode: Normal Computer Name: xxxxxx User Name: xxxxxx Secure Virtual Memory: Enabled...

Two implementations that can serve as a reference for the requested changes: ### Elixir #### Implementation: https://github.com/tmecklem/ex_decocare/tree/master/lib #### Test Suite: https://github.com/tmecklem/ex_decocare/tree/master/test ### Swift #### Implementation: https://github.com/ps2/rileylink_ios/blob/dev/MinimedKit/GlucosePage.swift https://github.com/ps2/rileylink_ios/tree/dev/MinimedKit/GlucoseEvents #### Tests: https://github.com/ps2/rileylink_ios/blob/dev/MinimedKitTests/GlucosePageTests.swift...