David Leonhart
David Leonhart
I have created a PR for it: https://github.com/peburrows/diplomat/pull/44
I think it makes more sense to return a list. Because in the case the elment(s) is/are found they are present in the list and otherwise the list is empty....
Based on @edmondo1984 snippet we created our own trait which we use for reading persisted events: ```scala trait JdbcPersistenceReadSupport extends AlwaysAfterAll { this: Suite => private final implicit val logger:...
I actually have the same problem as @broilogabriel If I substitute a config value with a value from an environment variable it always uses STRING as the type, as environment...
Sorry @havocp, you are right, it was a mistake on my side while setting the env variable
@andreaTP I would love to help u with this feature, we could discuss possible solutions together and if u want I can also provide a draft/PoC PR for it. Just...
@vkorenev Yes this is exactly the problem we are taking about. The docker client inside minikube cannot pull the image. (minikube is also used for the local Kubernetes in Docker...
@andreaTP yeah sure I can add something to the docs
I would like to follow up on this. In our project we also want to have the ability to create the "final" docker images without pushing them to a docker...
Very much agree here. This also allows to use a minimal base image in the final image.