Dustin
Dustin
Fixes #20 but doesn't do anything until #19 is fixed as the rebel definitions simply overwrite the canonical_model values
When an image file contains an alias of the camera model, rather than the official camera model, there is no way to relate back to the official model. For example,...
The rebel line of canon cameras (T*i) have duplicate camera definition files - one for the official model and another for the localized model name. I don't think the localized...
[Autovalue 1.3](https://github.com/google/auto/releases/tag/auto-value-1.3) has changed the way extensions work breaking auto-parcel. I get the following error: `Error:(15, 17) error: Extension auto_parcel.AutoParcelExtension wants to consume a property that does not exist: writeToParcel`
This timer uses SystemClock.elapsedRealtimeNanos to calculate the high resolution timing value, which advances time when the device is asleep. Fixes a bug introduced by the paho.mqtt.java library when it was...
Fix build errors for android google plugin 4.2.0 https://developer.android.com/studio/releases/gradle-plugin#4-2-0
When using a custom event to run a binary, it would be nice to be able to retrieve the return code to check if the command ran successfully. In the...
I've been experimenting with tinyfec under a variety of real-life conditions; however, in almost every case it performs worse than traffic not in the tunnel. Any advice on parameters that...
If the builder is used with [inline classes](https://kotlinlang.org/docs/reference/inline-classes.html) it generates a builder with a field of the underlying type (which is expected, since inline classes are replaced by their underlying...
I'm trying to write a [DNG](https://www.adobe.com/content/dam/acom/en/products/photoshop/pdfs/dng_spec_1.4.0.0.pdf) encoder based on this code. I expect to run into several places where the library will need to be made more flexible. The first...