George Leung

Results 29 comments of George Leung

I have spent the long weekend to come up with this pull request #53 . The code is quite hacky for now though. 😕 Would anyone mind reviewing before I...

How do you envision this change to play with the stream checks?

🤔🤔🤔🤔🤔 I don't have a good understanding of your use case to dream up an API. (TBH that was pretty much how I felt when I was designing the checks...

Taking some user code, which creates some pointerful objects, which instruct what the library code should do, seems inelegant. Let me just give you all the flexibility you need. 🤣

Do you have a minimal reproducible example? A fat jar that fails to run and the project that creates it would be great.

Micro-benchmarks: https://github.com/phiSgr/gatling-grpc/tree/kotlin-poc-java/bench#javakotlin-checks

Translating the streaming examples. Should be available soon.

Fiddled around with sbt trying to get stuff into source and doc JARs with no success. May as well just embed a Gradle project in the repo. 🤷🏼‍♂️

> Continuing, the use of with is overly cute and I would discourage it in real code. Agreed, I was side-stepping the issue of trailing lambdas.