Trammell Hudson

Results 159 issues of 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.

![image](https://user-images.githubusercontent.com/3068843/187941886-7905d3c0-df16-4d09-a2c8-9f9cfb304aa5.png) 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`...

![image](https://user-images.githubusercontent.com/3068843/187885047-074066cf-59c7-4f2f-8ccc-b92cda802b2c.png) 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...

![image](https://user-images.githubusercontent.com/3068843/79739633-bd73ac00-82fe-11ea-8959-bbf5505e50ff.png) In this test case I've almost completely typed the section name and search hasn't returned any results yet. ![image](https://user-images.githubusercontent.com/3068843/79739690-d3816c80-82fe-11ea-8189-c7f7f38ec00a.png) Once the final character is typed it finds all of...

Enhancement

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...