Cas
Cas
Currently, the card only supports a number value for consumption rate. I think it would be useful to be able to set an entity instead of a number. For me,...
Some unit tests comparing paths fail on Windows: ``` org.junit.ComparisonFailure: expected: but was: ``` This happens on Windows 10 Pro build 1607 and JDK 8u112 Not all tests containing paths...
Instead of throwing everything out, the mLab API can be used to only remove old records. This can be useful if you use reports a lot.
The trailing slash prevents loading of custom icons
Several nightscout commands assume that people use Heroku. Since their pricing changes some time ago, this is no longer the case. So, we can remove these assumptions from the code.
To keep everything in a single place, we should deprecate (and eventually remove) any chat commands that were replaced by text commands. At first, I think we should still execute...
`NichtscoutCommand.getUnstoredData()` has excessive nesting. Prefer extracting functionality into different methods to reduce complexity. Tracking issue for: - [ ] https://github.com/discord-diabetes/diabot/security/code-scanning/273
The bot should automatically remove stored nights out data if that user hasn't used the bot for 12 months.
To improve user privacy, anyone should be able to easily remove all their stored data. Data that can be deleted: * Nightscout settings (URL, token) * Quoted messages (i.e: messages...