Matheus Candido
Matheus Candido
hey! would be nice if you could merge this and bump the version?
Do you feel like you can maintain a version of yours?
Same here, just after permissions have been granted. Nexus 5, 6.0.1. ``java.lang.RuntimeException: Failure delivering result ResultInfo{who=@android:requestPermissions:android:fragment:0, request=42, result=-1, data=Intent { act=android.content.pm.action.REQUEST_PERMISSIONS (has extras) }}`` ``Caused by: java.lang.NullPointerException: Attempt to invoke...
Do you need help? I've done this before for a small app, but using CircleCI. I think there are a few differences in the configuration file for Travis, but it...
It's also breaking builds over `ScopeImpl`s not being generated. I think it has to do with lack of support for incremental annotation processing (#34).
Adding a qualifier to the return type makes it work gracefully. I think this can be treated as a bug. I can send in a pull request if this is...
I wouldn't qualify types with @Spread, rather make Sinks/Sources not raise a cycle error in this case. I'm ok with not "fixing" this, but I think there's opportunity to at...
I love the idea of having assisted injection in Motif, but the proposed solution would mean [allowing patterns we forbid today](https://github.com/uber/motif/blob/aceb9227958bc9a382ec3ff341de1e3531d7083a/models/src/main/kotlin/motif/models/ScopeMethod.kt#L43) (useful to avoid mistakes like forgetting to add `motif.Scope`...
Should’ve ran the quality suite 🧐