Sebastian Voss
Sebastian Voss
When pods are emitting logs simultaneously the output is sometimes interleaved. This makes it very hard to read the output of stern. I'm using version `1.10.0` (k8s cluster AWS EKS...
When building docker images using `sbt-native-packager` currently access to a docker daemon is required. Google's project Kaniko https://github.com/GoogleContainerTools/kaniko offers an alternative way (no docker-in-docker or mapping of docker sockets required,...
I'm trying to use a Server-Sent-Event endpoint. This is like a unidirectional web-socket where only the server can send data to the client. As there can be longer periods of...
When starting blaze (`http4s v0.20.0-M1 on blaze v0.14.0-M9 `) with `withSSLContext` and sending a request with `curl` the request is successfully served but I'm getting this log message. I verified...
I'm getting this error with the latest release (5.3): ``` Error: maven_install() got unexpected keyword argument: use_credentials_from_home_netrc_file ``` I'm not using `Bzlmod`. Has this parameter been removed?
When executing `sbt checkPgpSignatures` I get `java.lang.IllegalArgumentException` errors. Is there anything I'm missing? This is also happening when executing in the `sbt-pgp` repository. ``` [error] (sbt-pgp/*:updatePgpSignatures) java.lang.IllegalArgumentException: Cannot add artifact...
Update to fs2 version 2.0.0 Two tests are currently failing: - TakeThroughDrain.early-terminated.drain - TakeThroughDrain.normal-termination.dont-drain I would be thankful for hints why this happens.
First of all, thanks a lot for this great template. It seems the `logo-width` attribute has no effect when using loge in PDF format and when there are other images...
## Description Enforce users to set the `role-session-name` to their user name when assuming a role. See https://aws.amazon.com/blogs/security/easily-control-naming-individual-iam-role-sessions/ for details. ## Motivation and Context This allows to identify user activities...