dave08

Results 25 comments of dave08

It seems like a temporary workaround for this issue is putting this in the `settings.gradle.kts`: ```kotlin plugins { id("com.google.cloud.tools.jib") version "3.1.1" apply false id("de.fayard.refreshVersions") version "0.10.1" } ``` And then...

Apart from internal management, this would be very important for those using projects like ArgoCD for GitOps, since that's the way they know which CRD caused resources to be deployed......

Somehow KubeDB manages the deletion concern with a few states: https://kubedb.com/docs/v0.13.0-rc.0/guides/postgres/quickstart/quickstart/#wipeout-dormantdatabase,is it really a concern if someone sets the state consciously?

Or possibly even to acces the `ZipFile` instance, or add another constructor for ApkFile using ZipFile instance?

I had the exact same problem with istio... and there really isn't a clean solution apart from tweaking the manifests afterwards with kustomize or something...

Perfectly understandable! And thanks for all the time you actually worked on this project :smile:, it made DI much more pleasant for me and my team! I don't think we'll...

It seems like certain deps got upgraded to 5.x whereas others stayed at 4.6.4 (which was the version I was at...), in the end, I just upgraded kotest, but in...

I had this before: `version.kotest.extensions.robolectric=0.3.0.7-SNAPSHOT`... Does it ignore this in certain circumstances? Right now I'm in the middle of trying to close up a release -- so I can't really...

Just clone the repo and Android Studio will try to sync with gradle, and it fails with this error. It seems like downgrading gradle version to 7.5 makes it start...

Any progress on this one @daniel-codefresh? It's really frustrating to have to keep on removing other event sources to add new ones... and being that this is dependent on the...