Yaroslav Derman

Results 28 comments of Yaroslav Derman

Have similar error but with `CanGenerateHashFromString` ```scala Caused by: java.lang.ClassCastException: class [B cannot be cast to class [C ([B and [C are in module java.base of loader 'bootstrap') at bloomfilter.CanGenerateHashFrom$CanGenerateHashFromString$.generateHash(CanGenerateHashFrom.scala:27)...

> @yarosman Are you using the latest version of the library? That issue was fixed in 0.13.0. @seanrohead We use 0.13.1

@seanrohead Yes, we do. And I found that we don't use predefined method writeTo/readTo therefore we serialize with CanGenerateHashFrom, which dependent from java. Or you have another explanation or idea...

You can create in `swagger-custom-mappings.yml` custom definiton for `map` type like this: ``` - type: collection\.immutable\.map\[string\,string\] specAsParameter: - type: object specAsProperty: type: object ```

> Hello. @BrianNichols therefore the current solution is ```java clientPolicy.asyncMinConnsPerNode = clientPolicy.maxConnsPerNode clientPolicy.maxSocketIdle = 0 ``` am I right ?

> Looks like there is a new major version (3.0.0) has anybody tested it already? I got sonoff with 3.0.1 and it doesn't work (

In my play2.5-project with [sbt-ignore-play-generated](https://github.com/danielnixon/sbt-ignore-play-generated) when I execute `sbt clean scapegoat` I will get ``` [warn] 28 warnings found [error] 34 errors found [error] (scapegoat:compileIncremental) Compilation failed ``` How can...

@SimunKaracic Under the hood WsClient uses `StandaloneAhcWSClient extends StandaloneWSClient`, and in kamon presents instrumentation for `StandaloneWSClient`. Therefore everything should works. At least it works for play-2.6, play-2.7 for us for...

I think it's bad idea. For example I have one controller method and several route-alias for different client. So I want to monitor this routes separately, but it in your...

But with metric interceptor spans don't created and don't propagate context