Kasper Kondzielski

Results 121 issues of Kasper Kondzielski

Right now an user must override whole `CorrelationIdSource[Request[Task]]` which isn't very convenient

### Is your feature request related to a problem? Please describe. When writing java it is often useful to recall information about the current function signature by invoking `signatureHelp` lsp...

### Is your feature request related to a problem? Please describe. I find it confusing that in java static methods are returned as a part of completions on an instance...

Hi, I am trying to migrate from evenstore 5 to 20, unfortunately code which used to work previously doesn't work any longer. Logs: ``` receiver_1_f96977cd33ab | [INFO] [08/12/2020 08:40:24.871] [default-akka.actor.default-dispatcher-7]...

Hi, while trying to execute `assemblyPackageDependency` I'm getting following error: ``` [error] 7 errors were encountered during merge [error] stack trace is suppressed; run last client / assemblyPackageDependency for the...

Currently messages for manual ack and nack in `PersistentSubscriptionActor` are defined as follows: ``` final case class ManualAck(eventId: Uuid) final case class ManualNak(eventId: Uuid) ``` While the underlying api allows...

Hi, The method which defines this buffer is defined on `AbstractPersistentSubscriptionActor` which is package private as the only one actor which implement this interface. ``` private[eventstore] trait AbstractPersistentSubscriptionActor[T] extends Actor...