Łukasz Biały

Results 80 issues of Łukasz Biały

I get a lot of: ``` [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952...

Initial attempt at implementation of #46 - I have checked and this seems to work as it should, but sadly usage of another value class to introduce allocation-less name-based extractor...

There's a little less known pattern allowing for high-performance no-allocation `unapply` method construction. It's described in [this blogpost by Heiko Seeberger](https://hseeberger.wordpress.com/2013/10/04/name-based-extractors-in-scala-2-11/). Do you think it would be possible to actually...

Hi, I have used your yeoman template as described in docs, but it seems that build is broken, as I can't execute `./gradlew` script - it fails with: ``` $...

Built initial JMH harness to measure performance of various chimney components.

Use sbt-jmh to build benchmarking harness to track performance regressions and allow for easier experimentation and exploration.

Chimney depends on sphinx version = 3.1.2, current sphinx is 5.0.2 and fails with chimney docs.

Hi, I have tried using latest munit versions with scala-cli and found out that termination does not occur if all tests pass since 1.0.0-M2 (M1 works just fine, as all...

Is this project in works or is it abandoned?

Would you be interested in some samples of how ES is implemented using Akka/Pekko in Java api?