Crosson David

Results 19 comments of Crosson David

I confirm this is an important issue, I'm struggling with my unit tests for several days. Those tests are run in parallel by default, and as soon as I'm using...

I've left my previous comment, but now I know that my issue was related to the lock management I've implemented, from the documentation about MDB_NOLOCK : 1. the caller must...

Thanks for this workaround :) and for everybody, don't forget to add this section before and added `@` line to change ammonite resolution behavior after the `@` : ``` interp.resolutionHooks...

I got the same issue with doodle, see : https://github.com/creativescala/doodle/issues/78 There is a simple a workaround, put your code into an object, and make some interaction with this object in...

(scala-cli 0.1.12 - scala 3.1.3 - ZIO 2.0.0) The described workaround is not a silver bullet :( I found a case when object encapsulation doesn't solve the stuck issue, consider...

It requires 21 seconds to synchronize my 159 gists without caching

ok thanks for this issue report, now I understand why my websocket attemps with zio-http doesn't compile. Some extracts from the example case I was working on : ``` type...

Field `deducted` has been added ```scala case class PhotoPlace( latitude: LatitudeDecimalDegrees, longitude: LongitudeDecimalDegrees, altitude: Option[AltitudeMeanSeaLevel], deducted: Boolean ) ```

Same for me with 0.5.0: ``` [warn] Infinite loop in function body [warn] zio.json.JsonDecoder.apply[String](this.given_JsonDecoder_UserName).map[String]( [warn] { [warn] def $anonfun(value: String): String = this.apply(value) [warn] closure($anonfun) [warn] } [warn] ) [warn]...