Alex Trotsenko
Alex Trotsenko
@yinyinnie thanks for highlighting this issue. May i possibly ask you what do you mean saying "reference this issue"? Do you mean adding mentioning of this issue in the readme...
@zhangjiagege indeed there are some limitations with current implementation, however they looks rather essential. Have you tried to run sample app and _debug_ usage of pause/resume method here? Does it...
@benjaminbarbe thanks for reporting an issue. Do you have any publicly available project where I can reproduce this issue? Btw, PRs are welcome as well, especially if it's hard for...
@wuseal any updates ? This would be lovely to see such kotlin plugin. Check java plugin for example: https://github.com/joelittlejohn/jsonschema2pojo/tree/master/jsonschema2pojo-gradle-plugin
In case somebody need to have this change right now _(until author will merge it)_: You can get it via JitPack: 1. Add JitPack as repo: ```.groovy allprojects { repositories...
The issue seems to be fixed in the latest version of the master. While it's not perfect, you can get the latest build via JitPack as mentioned in #86.
While it's not perfect, you can get the latest build via JitPack as mentioned in #86.
> I'm going to find out the performance difference between fair/unfair channels before making this decision. @elizarov since there were no posts here for quite some time: is there any...
Same issue with another public repo: ``` Cached resource https://www.jitpack.io/com/github/AlexTrotsenko/RxActivityResult/newExplicitIntent-SNAPSHOT/maven-metadata.xml is up-to-date (lastModified: Mon Oct 21 13:49:47 CEST 2019). Cached resource https://www.jitpack.io/com/github/AlexTrotsenko/RxActivityResult/newExplicitIntent-SNAPSHOT/RxActivityResult-newExplicitIntent-087ed305fd-1.pom is up-to-date (lastModified: Mon Oct 21 13:49:47 CEST...
Looks like I have found the way to avoid keeping unnecessary image in cache. It will still caches it with normal call, but after that I can remove it from...