Trammell Hudson
Trammell Hudson
Is there a way to center text with the JSON layout engine? The `container` type has some alignment parameters documented, although they didn't seem to work with the `text` type.
 Somehow I seem to have lost the circle menu? Pressing the middle button does nothing. Holding it in a for a short period brings up the `Disconnect & reset`...
 Occasionally (once per week?) my application will stop drawing images and when I exit it back to the main watchface or app menu, there are no images there either....
Right now I'm building my watchface as `stopwatchApp` so that it shows up in the menu. What should it be named to be the main watchface? Are there any things...
This tool will login to the Fossil/Skagen servers and fetch the secret keys for all watches associated with the account.
It seems a little unconventional to have checked-in files in the `build` subdirectory, so I'm trying to modify the example `Makefile` to generate the icons during the build process, but...
 In this test case I've almost completely typed the section name and search hasn't returned any results yet.  Once the final character is typed it finds all of...
If a tag is a number it causes a type error: ``` ERROR - Exception in callback Traceback (most recent call last): File "/home/hudson/.local/lib/python3.7/site-packages/tornado/ioloop.py", line 907, in _run return self.callback()...
### Describe the problem you'd like to have solved For validating attestation signatures it is necessary (I think?) to have the raw `authData` available. The debugger website doesn't have a...
### Description The `attestationObject.authData.credentialId` hex value in the debugger is not zero padded, so it can appear to be a nibble or byte short of the `credentialIdLength` field. ### Reproduction...