Results 12 comments of Jonathan

It looks like there is a bug where an additional `null` value is inserted at the position of the column with a plugin. If there are additional columns after the...

It seems that the code does not expect the data to contain a value at all for the column with a plugin. A possible workaround is to add an additional...

Absolutely. Actually, just being able to specify the whole URL (as it is a constant anyway and does not contain any change-specific data) would be enough. For more complex webhooks,...

Thanks the comment @stevearc. It would just be an optimistic check, and I would be happy with just a global timestamp of the last modification (last package update/release/removal, but also...

I'd like to work on this as we really need it to get some better performance out of our deployment pipeline. I have a working fork which simply disables compression...

You're right, thanks for reporting it. One of the things I wanted to do right away but then real life came in the way. :-)

According to https://tools.ietf.org/html/draft-ietf-acme-acme-01#page-37 (but I don’t know if Let’s Encrypt actually does it), https can also be used for validation, in which case the certificate is ignored.

Thanks for the PR @ralequi. Sadly we need a way to keep the pre-1.0 generated signature format for compatibility with clients that we do not have control on. Maybe vendoring...

From a quick test I ran, it seems like ping does not work without `CAP_NET_RAW` when using userns remapping.