John Ericksen
John Ericksen
A while ago we integrated Dart with Parceler. Recently FragmentArgs integrated as well and I wanted to point out their approach to the same problem. Specifically, FragmentArgs includes a "`bundler`"...
A formatted compile time error that the ParcelConveter type doesn't match the given property would be preferable.
Android libraries use `R` classes without `public static final` (http://tools.android.com/tips/non-constant-fields): ``` java public final class R { public static final class anim { public static int abc_fade_in=0x7f040000; public static int...
The Plugin API is missing some key features (see *Analysis classes like [ActivityAnalysis](https://github.com/johncarl81/transfuse/blob/master/transfuse/src/main/java/org/androidtransfuse/analysis/ActivityAnalysis.java)). All analysis should be configurable via the Plugin API.
After removing all aggregate cache classes, custom scopes fail to work anymore. This is because the aggregate class holding the custom scopes was also removed during this effort. To bring...
Removes Guava instead of upgrading to avoid Github security warning.
**Description** When I start rosbridge and subscribe to a topic before the topic is available I receive the following error: ``` [rosbridge_websocket]: New publisher discovered on topic '/mavros/local_position/pose', offering incompatible...