Dmitrii Chechetkin

Results 28 comments of Dmitrii Chechetkin

We signed the CLA. Authorized logins: chedim and deniswrosa

@ennru @sebastian-alfers @leviramsey Could somebody please review the PR whenever they get a chance? Thank you!

@ennru , Updated the PR according to comments — improved method signatures, replaced tuples with CouchbaseDocument and put futureFlows as requested. Please re-review and LMK if any additional changes are...

Looking into the compilation issues, sorry for missing them.

HI @ennru, I've updated the PR — compilation errors were on jdk11 (and I was running tests with jdk24, silly me). I've also updated the documentation and docker-compose definitions for...

Updated the PR with `sbt scalafmtAll` and a fix for the JSON test failure.

@patriknw , updated the PR according to the comments, had couple of questions if I understood the comments correctly. Thank you for the review!

Need help! I'm getting this error with sbt builds after pulling recent changes in the branch: ``` [warn] Note: Some unresolved dependencies have extra attributes. Check that these dependencies exist...

sbt build sbt makeSite sbt anything gives the error my akka.sbt is in the project root. ``` resolvers in ThisBuild += "akka-secure-mvn" at "https://repo.akka.io//secure" resolvers in ThisBuild += Resolver.url("akka-secure-ivy", url("https://repo.akka.io//secure"))(Resolver.ivyStylePatterns)...