Alex Trotsenko

Results 32 comments of Alex Trotsenko

@PetarMarijanovic do you have any feedback regarding this PR? Does this change make sense to you?

@PetarMarijanovic do you have any feedback regarding this PR? Did you have a time to check it?

@JakeWharton given that you are considering separate artifact for JSON - do you think it is realistic to have an "official" retrofit-converter for JSON with kotlinx-serialization? As far as I...

Also setting divider as `null` programmatically works fine: ``` .JAVA stickyListHeadersListView.setDivider(null); ```

@jitpack-io I have faced with the similar issue - when I refer artefact by commit id - it's getting pom with `-SNAPSHOT` inside and build fails with _"inconsistent module metadata...

@irbull, sorry for re-asking initial question, but it would be interesting to know whether JSR 223 is on roadmap or? For us it would be nice to replace `Rhino` in...

Hi @Mizumi. That sounds like good a idea _(if they will confirm, that JSR-233 is not on the road map for nearest future unlike on the slides.)_ Btw, thanks for...

Is there any updates on this topic? We are building Android app, but would like to run pure JUnit tests on different environments: Jenkins _(Linux)_, MacOS, Window. Is there already...

@crahda thanks for suggestions. I will check and try it!

It looks like you need another artifact _(for Linux)_ instead of Windows. I have very similar issue when running my JUnit test in android project: For Android app I use:...