Samuel Stauffer

Results 8 issues of Samuel Stauffer

**Is your feature request related to a problem? Please describe.** Currently any IR remote using the Kaseikyo protocol (e.g. Denon) is not supported. It works with raw IR support, but...

feature request
Infrared

I have a partially corrupt PDF that works fine in other places I've tried it (e.g. Preview.app on mac, MyPDF, Acrobat), but when reading with UniPDF the first 3 of...

parseHeader was not checking that the end of the input hasn't been reached, and parseTimestamp and parseHostname assume that there's at least one character available. Avoid a panic by checking...

When using temporary credentials (e.g. IAM roles) it's necessary to include the token in the URL when signing.

The sleep values are somewhat arbitrary (not sure what they should be in reality), but I think it's fine since the Python RPi library just does a NOP for 150...

Currently a uint64 is used to track required fields. This limits a struct to fields with ID < 64. Ideally this limit should be removed.

For better compatibility with the standard parser should parse the rarer bits of the IDL. https://thrift.apache.org/docs/idl

Right now the generator can only create a single Go file which includes all imports. It would be good to be able to create separate packages from the imports instead...