Matt Palmer
Matt Palmer
I'm not seeing the relationship between my PR and the CI failures; my changes don't seem to relate to TlsConnectorService at all...
Well, I'm glad it's not my fault, because I had *no* idea how to fix it. :grinning: I guess a merge/rebase/whatever once the underlying problem is sorted will green up...
It appears that the memory layout of things has changed in Ruby 3.2; I just banged my head against it for #174. My commiserations to whoever has to chase down...
It would be rather wonderful if Packer could do this natively, but until then I've just submitted [a PR](https://github.com/martinbaillie/packer-plugin-ami-copy/pull/18) against the [ami-copy Packer plugin](https://github.com/martinbaillie/packer-plugin-ami-copy) which implements this "copy the tags...
It'd be enough, probably, just to point to the "Installing Client Tools" section of the book. I just bumped into this same problem, and since "Evaluation Quickstart" is before "Installing...
> Would you be willing to do that instead? Not at the present time, no. As you identified in #83, there are unanswered design questions with migrating existing users to...
As I understand it, mailgoose is a web application, that makes DNS requests to the Internet, in which case it's always online, pretty much by definition, so the only thing...
Yeah, we don't do any validation of the contents of fields at present, with the exception of a couple of special cases like `paths`. A PR implementing such validation would...
GitHub's half-baked YAML parser strikes again... Given how much of a basic feature YAML anchors/references are, there's no way to tell the Rust YAML parser to *not* support them (per...
Thanks for the heads up, I'd basically given up on ever seeing them implemented. On the basis that this issue is "anchors/references don't work on GitHub", and now they do,...