Mike Baynton
Mike Baynton
Yep, this is needed for me as well to avoid a panic. Please merge.
After modifying the compile master's `puppet.conf` to include several colon-delimited environment paths, I was getting the following on agents during puppet runs: ``` Info: Loading facts Info: Caching catalog for...
Rebased and merged @abuxton Full disclosure I don't currently use Puppet anymore so my ability to test is limited, but did try just invoking the merged version on some different...
Voicing support for this issue because I think it's reasonable to expect websockets to work when using net-istio and DomainMappings. That is all that's needed to reproduce. @georgyo > IE,...
Hey @KimBaldry it looks like the tests don't quite pass currently. Would you still make use of this on shinyapps.io? If so one way you can test this locally is...
It seems reasonable to me for the activator to start returning 503 service unavailable to additional requests if a large number of requests have accrued for a single revision and...
Yeah thanks for the tip @agilgur5! Removing `serviceAccountName` and `executor.serviceAccountName` from my `WorkflowSpec` and adding `executor.serviceAccountName`s with different values to my step templates worked fine for me in Argo 3.4.8....
@heiglandreas current tests pass because they check that `ldap_mod_add()` is being passed `null`?!? https://github.com/zendframework/zend-ldap/blob/0234654ce6c300d3e59f7ce752d2895a7e6e673a/test/OfflineTest.php#L200 That should never be. Please advise how you'd like to proceed. You've not approved of any...
`updateAttributes` and `deleteAttributes` are also affected fwiw. I have subclassed `Zend\Ldap` locally to fix this for me anyways for now as I'm unsure what an acceptable patch would look like...
So I think there must be two root causes here that are different depending on whether the tutorial is running under RStudio or under connect. We'll still need to research...