Caleb Hornbeck
Caleb Hornbeck
**Is your feature request related to a problem? Please describe.** The CAGE pill in Nightscout currently requires a manual entry of a "Pump Site Change" treatment event. I feel like...
**Is your feature request related to a problem? Please describe.** It appears that all IOB-related calculations handle pump suspends correctly (based on https://github.com/openaps/oref0/pull/879 and https://github.com/openaps/oref0/pull/922), but it would be nice...
Previous to this change, my setup script would fail because the perms checking was limited to only the first permissions group received from Nightscout. In my case, I have to...
The JavaScript preprocessing step for the Replication discovery rule returns `[{"{#MASTERHOST}": matches[1]}]`. Also, all other macros in this template use `MASTERHOST` in their keys and names, not `MASTER_HOST`.
I explicitly separated out the two options for xDrip+ offline looping (for organizational clarity), as well as some additions/changes applicable to offline looping based on the discussion at https://github.com/NightscoutFoundation/xDrip/discussions/3399#discussioncomment-8906575.
While troubleshooting https://github.com/openaps/oref0/pull/1471, noticed that the instructions provide a link to the intall script from the master branch, but run it passing `dev` as the branch to use. See https://github.com/openaps/docs/blob/master/docs/docs/Build%20Your%20Rig/pi-install.md?plain=1#L63....
When setting up a new version of my rig, I encountered an error about python-pip being replaced by python3-pip. For reference, here's some applicable terminal interactions: ``` pi@loop:~ $ sudo...
I've still got a few refinements planned, but this is ready to be listed. :+1:
When editing an existing product, calling `Opencart\Admin\Model\Catalog\Product@editProduct()` would result in an exception with the message "Error: Could not call registry key model_design_seo_url!". This would happen only when `editProduct()` was the...