David Schmitt
David Schmitt
Until a new release with these changes is available, you can directly use the merge commit with the Plausible changes using this in your Gemfile: ``` gem "jekyll-analytics", "~> 0.1",...
It'd be great if someone could validate the fix in the 1.4.0 release.
@mvernimmen-CG which workaround did work for you?
I've played a bit around with the current installer, and either the registry key, or the powershell integration are currently blocking this. Please vote and subscribe to https://tickets.puppetlabs.com/browse/PDK-478 to get...
This is also https://tickets.puppetlabs.com/browse/PDK-1502
@misnyo your change looks good in principle, but it needs rebasing on top of the current master, and please change it to two-space indents to match the rest of the...
Can you also add a health check to https://github.com/puppetlabs/puppetlabs-aws/blob/master/spec/acceptance/loadbalancer_spec.rb#L43 and a check that it actually succeeded around L100 there?
I'll try to get a good AWS module session in next week, where I will go through and see whether I can integrate a big chunk of all currently open...
This (or something closely adjacent) is still happening with sassc 2.2.1 and ruby 2.7.0: https://github.com/puppetlabs/iac/runs/516329222 ``` /github/workspace/vendor/gems/ruby/2.7.0/gems/sassc-2.2.1/lib/sassc/engine.rb:42: [BUG] Illegal instruction at 0x00007fe9190061f1 ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux] -- Control...
Having a `ServerFlowAuthenticator` that can be used as component in a larger web app is of interest to me. I've started poking about in the code, and the big hurdle...