Stefanqn
Stefanqn
internal SBT modules as dependencies are not checked for SNAPSHOT versions currently.
It seems like a lot of code just to e.g. rename `Left` and `Right` in `Either`: ``` def eitherFormat[L: Format, R: Format](typeMap: Map[String, String] = Map("Left" -> "Error", "Right" ->...
avoids following code for parallel r2dbc usage: ``` @EnableJdbcRepositories( repositoryFactoryBeanClass = MixedJdbcRepositoryFactoryBean.class ) ... class MixedJdbcRepositoryFactoryBean extends JdbcRepositoryFactoryBean { public MixedJdbcRepositoryFactoryBean(Class
e.g. in my current use case, a entity is created and saved to mongoDB. If mongoDB is unavailable, a `MongoTimeoutException` is thrown (after 5 sec) and the test shrinks continues...
* suppress errors if `asdf java` is not found * fallback to system java if no shim is yet installed (during initial setup)
### Short description The lombok feature [@lombok.experimental.FieldNameConstants](https://projectlombok.org/features/experimental/FieldNameConstants) compiles fine, but still shows an error in Intellj. I accidentally created a ticket at [lomboks git repo](https://github.com/projectlombok/lombok/issues/3001) for this. It contains an...
I get an failed to create CRDs and resources: no matches for kind "OLMConfig" in version "operators.coreos.com/v1" error when I try to install olm into a default kind cluster: ```...
``` package example import cats.instances.list._ import pbdirect._ object Hello extends App { case class MyMessage( id: Option[Int], text: Option[String], numbers: List[Int]) val message = MyMessage( id = Some(123), text =...
switch model directly by command, not by /models dialog