Ben West

Results 25 comments of Ben West

Still an issue. :-( I've used this https://gist.github.com/bewest/a88ee1c7d3b0c7c7af1b with some success to repair broken repos. (I also still think this is solvable/fixable.)

Latest attempt: https://github.com/openaps/openaps/pull/81

That latest attempt introduced a side-effect; by switching to using the `index`, and giving up`repo.commit('-av')`, it changed the semantics in the `dev` branch. The change in semantics means that the...

Recommend reconsidering... using git has in fact allowed us to audit and investigate bugs. On Sat, Jul 15, 2017 at 2:19 PM Scott Leibrand wrote: > Looks like we also...

Ouch! Good catch!

Think error checking along similar lines was added.

Most likely cause is using an older dexcom_reader. Try using https://github.com/bewest/dexcom_reader?

Also, I get this if the dexcom is not plugged into the PC. Also, you might get this if not running as root, you can install a udev file I...

There's been an update, the easiest way to update is: `sudo easy_install -ZU openaps`. Please let me know if it helps or not. Thanks! The `-U` means "update."