Stéphane Nicolas

Results 75 issues of Stéphane Nicolas

Hi dustin, your work is really nice. I would be interested in integration with either : - jenkins via a jenkins plugin - maven via a maven plugin with reporting...

Thank you very much Dustin. You really made my day today. You scripts are damn useful to me. Do you think it would be possible to have a script printing...

It would be nice to serialize maps, maybe as a simple 2D array ?

enhancement
help wanted

Hi @plnice , we have an app with 500+ libraries, 80 modules, and the plugin is too slow for us. After 30 minutes, it didn't complete. It might be that...

Gradle 4.7 provides support for incremental annotation processing. https://docs.gradle.org/nightly/userguide/java_plugin.html#sec:incremental_annotation_processing It would be nice to see icepick supporting it. The change is not that big as IcePick is an isolating AP,...

We need the fix for issue #99 to be released. Would it be possible to release icepick 3.2.0 with it ?

Version 0.1.4 seems to have solved the issue: https://github.com/arturdm/jacoco-android-gradle-plugin/issues/54#issuecomment-467238359

```bash > Task :feature-adapter:androidJavadocs /Users/snicolas/git/FeatureAdapter/feature-adapter/src/main/java/com/groupon/featureadapter/AdapterViewTypeDelegate.java:18: error: package android.support.v7.widget does not exist import static android.support.v7.widget.RecyclerView.Adapter; ```

Grox store don't call any listener / "subscriber of the states(store)" when an error happens during the action's newState method. The errors seem to just be swallowed by Grox. Here...

bug