Dustin
Dustin
Re: `clean_canonical_model`: In the case of a `Canon EOS DIGITAL REBEL T3i`, if there isn't a clean canonical model, should the `canonical_model` be `Canon EOS 600D` or `EOS 600D`? Currently...
Relates to: https://github.com/eclipse/paho.mqtt.java/issues/856
It seems to, but I haven't tested extensively. For anyone else waiting for this MR to go in, you can use this dependency in the mean time: `com.github.Archinamon:android-gradle-aspectj:PR137-SNAPSHOT` Just make...
Any further progress on this? It seems like it's not super straight-forward if it's desirable to only have `ce_` for a kafka binder, and retain `ce-` for other binders.
Sorry! I should have been more clear with the description. If I have an inline-class, eg: ```kotlin inline class Foo(val value: String) ``` That is used as a field on...
This is how this issue was resolved for paho: https://github.com/eclipse/paho.mqtt.java/pull/775 to get the clocks working properly. This is only a partial solution though, because even if you use an alarm...