Heiko Seeberger

Results 41 issues of Heiko Seeberger

#e79e0fc seems to only respect includeFilters.

I'm using the sbt-multi-jvm plugin which adds the `MultiJvm` configuration. I have added ``` inConfig(MultiJvm)(scalafmtSettings) ``` but sources under `src/multi-jvm` are not formatted on compile and also not when executing...

bug

### Proposed change Republishing and mirroring are great features, but currently they only allow determining the new subject based on the old one. I propose to additionally allow taking message...

stale
proposal

Ref #1531. Superseeds #2664. Currently the trace ID, added to Format, is only serialized for Json.

#762 introduced expressions in some macro args. For me that is fantastic. Yet some macro args do not yet support expressions. One that I'd like to see is `openapi::tags::name`, because...

With the update of ssh-agent from 0.8.0 to 0.9.0, we are seeing `The ssh-private-key argument is empty. Maybe the secret has not been configured, or you are using a wrong...

Currently we use custom serializers to detach the domain model (case classes for messages and events) from the serialization format (case classes generated by ScalaPB). The same could probably be...