Fede Fernández
Fede Fernández
@abteilung6 yeah, I think the only way would be through a fork
Also in #67 ``` [info] ! Java 8 Generators.genZonedDateTime with a granularity generates appropriate ZonedDateTimes: Falsified after 13487 passed tests. [info] > Labels of failing property: [info] Hours: +171884780-09-28T04:00+13:45[NZ-CHAT] [info]...
@MaT1g3R it seems the sources for those libraries are not available in Maven. I'm trying to identify which library uses those, but the [sbt-dependency-graph](https://github.com/jrudolph/sbt-dependency-graph) fails trying to fetch the tree....
@MaT1g3R we'd need to identify from where is coming that dependency. It seems to be from an sbt-plugin but can't find which
I'm sorry but it's too outdated. I'll try to refresh the libraries but I can't promise anything, a lot of stuff is just missing for the latest java/android versions
Yes, I'm surprised too. I'm finding too many issues trying to replace the multi-select list, specially now I'm not an android developer
Thanks for the heads up. Unfortunately, I don't think I'll be able to update this. I gave it a try a couple of times before, but there is so much...
@chaddaksha, thanks for the ticket submission. I've been looking, and sadly we don't have support for reflection at this moment. It seems to be an experimental API that is not...
The positive news is you can call the method by passing the `proto` file. I've been able to do it with the g8 template: ``` # hello.proto copied from src/main/resources/proto/hello.proto...
Would it be possible to make the restriction to `Effect` and define a couple of implementations if there is a `ConcurrentEffect` instance?