Duncan Jones
Duncan Jones
I want to read a device characteristic that could be split into multiple records. I have two inter-related questions: Am I responsible for calling `DeviceCharacteristic.Read()` multiple times, according to the...
The docs for `DiffMain` and `DiffMainRunes` don't explain what the `checklines` parameter is used for. Digging through the source, it looks like this has an impact on how the diff...
**Is your feature request related to a problem? Please describe.** In my landing page, I have a simple form where people can enter their email address and sign up. I...
## Problem statement go-swagger generates enum constants using the value of the enum as part of the variable name. This approach doesn't work if the enum constant is non-alphanumeric. In...