Dan Wendorf
Dan Wendorf
@aramprice , This release is intended to workaround versions 12.9.x of chef explicitly not supporting system Ruby. Although you're right that locking soloist to 12.7.x would cure they symptom of...
That would work quite well :) To bikeshed, I might omit the `applied_at` field when `is_applied` is false, but I don't think it matters much.
I've received a similar error: > You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or...
That all makes sense! I've moved the new implementation to a `threadsafe` subpackage and reimplemented the root package using it, to avoid duplicate code. In order to do so, there...
How does this affect people who are already using this render.yaml and have auto-deploys enabled? Does it disable auto-deploys for them?
@vito I prefer the second form as well. I don't think I had any use-case for multiple webhooks—probably just overeager. Took a look at @databus23 's webhook-broadcaster, which looks super...