Mike Mayo

Results 6 comments of Mike Mayo

Another use case here is if the running process uses a file that was changed but cannot pick up on those changes until it's been restarted. I've been running into...

I have the same issue here with the large number of projects. I added a comment to the Draft PR that's open for this change. You should just be able...

I am willing to add the option and submit a PR but am a little weary of upgrading the `helm.sh/helm/v3` package as it seems it introduces quite a few changes.

If you add a `Height` to the `NewSelect` and `NewMultiSelect` that should take care of everything. Looking forward to this change! ```go huh.NewMultiSelect[string](). Title("Projects"). Options(projectOptions...). Value(&p.Projects). Height(10), ```

We had this issue as well and adding `DD_SPAWN_WORKER_USE_EXEC=1` "fixed" it for us. The weird thing is this happened on a single pod in kubernetes where multiple are running the...

Well, I take that back. The logs stopped for about 30 minutes then started right back up. And now we have another workload in a different cluster that's started doing...