Ori Popowski

Results 17 comments of Ori Popowski

I confirm AWS v2 is not working. I had and solved the following issues: 1. `io.netty.handler.codec.http2.Http2Exception: First received frame was not SETTINGS. Hex dump for first 5 bytes: 3c68656164` Was...

Just wondering, why not use Apache [commons-compress](https://commons.apache.org/proper/commons-compress/) directly? It will spare you one additional dependency.

What about a variation of `at(idx: Int)` which doesn't throw `IndexOutOfBoundsException`, and instead enlarges the sequence so accommodate the new index? Such a method could also be adapted to `Option`s...

Maybe a type class `Zeroable[A]` with default implementations for all the primitives? A completely alternative solution would be a `withHead[A](a: A)` which can work for all sequences (including `Option`, `Either`,...

Yeah, on a second thought, there's no much difference between `.setTo` and my suggestion. I guess you're right :)

Yes, it was the problem indeed. Thanks.

@JohannesLichtenberger +1. I cannot stress enough the importance of coroutine-enabled `io.vertx.ext.web.Route#handler` methods. The current workaround of [manually using an extension function](https://github.com/vert-x3/vertx-examples/blob/master/kotlin-examples/coroutines/src/main/kotlin/movierating/App.kt#L105-L115) is not clean.

What should we do to get this merged?

@zentol Sorry to interrupt but it's been two weeks