Results 96 comments of Andrej Fink

I have the same problem. The cloned note type replaces original note type in CrowdAnki JSON. It's a BIG problem! The deck could be easily corrupted (actually I did it).

Please see my suggestion #248

I think #8 is more complicated: In active/standby scenario a standby database is inaccessible for other clients. > I'm not sure if switching from standby to primary is something Litestream...

The easiest solution to make it done in five minutes :-) https://projectlombok.org/features/ToString

Vote for issue https://github.com/eclipse-vertx/vert.x/issues/4854 PS: https://github.com/eclipse-vertx/vert.x/pull/4855

My initial wish was actually to have batches in message consumer. But all solutions look more complicated and with an unnecessary timeout. Nothing close to: ```java public static int lazyDrainTo2...

@radcortez Thank You very much! I would be happy, but your magic is much beyond my knowledge. I have just opened source code: byte code manipulation, etc. Sorry 😥 Maybe...

Theory first and it is quite simple. 1) you declare `@Bean` for `SmallRyeConfig` ![image](https://github.com/smallrye/smallrye-config/assets/362366/27277816-2f3b-4f4f-b8aa-7720dc70439e) Result: SmallRyeConfig can be injected: ``` @Autowire SmallRyeConfig config; ``` 2) you wrap SmallRyeConfig into Spring's...

@radcortez I was busy… 🙏 The exact annotation is unimportant in the case of Spring. One can create a new annotation or use existing ones. As I already said, there...

@HerrDerb I like the idea very much, but more explicitly: There must be constants similar to `org.eclipse.microprofile.config.inject.ConfigProperty#UNCONFIGURED_VALUE` e.g. ```java public @interface ConfigProperty { /** default value is absent */ String...