dave08

Results 30 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...

I think you can just use `Nothing` as the side-effect type, and just not pass them at all. (But then, I'm pretty new to this library too....)

We also came across this ever since we closed up basic auth and decided to go with Keycloak. Is there any hope this will be implemented any time soon? Thanks!

It seems like someone over there raised my issue already... I currently use GitOps and have a repo with all my pipelines. Each type of build has a template, and...

An extra plus for this implementation would be support for kotlin's `value class`es which I think Jackson can't support...

Little point on that use-case from #4250 , is that it would be sufficient to add a terminal operator `latestOrNull(timeout: Duration)` for it. (I'm the one who actually had this...