dave08

Results 25 comments of dave08

@daniel-codefresh Did this make it in the new release 1.7.2? I'm already starting to get desperate trying to juggle around this... thanks for solving this though!

That was the problem --- since I pasted from a ConfigMap yaml file (which has spaces), and Intellij cue plugin uses real tabs by default (which I can't set to...

Doesn't have to be annotations... (although it would be nice...), it could be some kind of DdlDsl or maybe a builder on the `createSchema` (which would make creation of a...

I use Testcontainers before a release... but while doing TDD it's too slow. H2 is sufficient for TDD and before a release, running with a real db just to make...

I propose that components shouldn't take an ItemsStore at all (or any such hard coded strategies, even SortInfo...), maybe the Inversion Of Control principal should be applied here and just...