Joost den Boer
Joost den Boer
Created a pull request for supporting UUID type: #65
Any news on Play 2.9? Java 17 already has been out for over 6 months now.
Solved this issue by creating an Index template for the index pattern used by the event exporter without the Datasteam setting. This overrides the default index pattern which does enable...
Although this workaround works, please update the exporter to pass the correct 'action' so data streams also work.
What is the status? Can this be merged?
Have there been some actual work on the new operator already or is it al just talk until now? We're about to move our Keycloak deployments to K8S. I already...
duplicate of #2085 ?
How to document the constructor? I have tried several options but generated code always has '// not preceding' before the constructor. Things I tried: - 2nd block /** - class...
Running into the same issue. In a cross-build the scapegoat dependency is not correctly changing to a different scala version. When building for Scala 2.12 all is ok. Then when...
I already set out to try to fix this in my fork of the project (https://github.com/diversit/scala-exercises/commits/feature/570-multiline-input). I started with generalising over TextInput and Textarea via an 'ExerciseElement' with specific implementations...