Jonathan Vanasco
Jonathan Vanasco
this is a quick idea on an approach to address #4455 within `resolve_redirects` exceptions raised by`Session.send` are caught. If they match a given set of tests (currently just the base...
I've been playing around with 'consumption tracking' of ashes templates for a while, but haven't figured out a good approach yet. I figured I should post here and perhaps someone...
I was about to write an `iterate` helper, but then noticed you had one in the source already (!) I couldn't find any docs for it (aside from the source...
It took a bit more trial & error to figure out my issues with the TemplateLoaders. I'd suggest switching the library to use a "BaseTemplateLoader" class , which has full...
This drove me crazy for too long. I thought I was doing something wrong, and finally went though all my code and found an error in Beaker's docs... The docs...
so there is this bit in redis_.py ``` def _format_key(self, key): return 'beaker:%s:%s' % (self.namespace, key.replace(' ', '\302\267')) ``` That generates a key like this: ``` beaker:f1d17960690c49a9807e5b4c2e29afd3:session ``` but one...
An endpoint that returns the current TXT record(s) via HTTP would be beneficial for client developers. This endpoint would allow acme-dns clients the ability to verify and/or sync records (required...
Debugging this took way too long. I recently upgraded a server and all my certificate renewals started to fail. I eventually found in the error messages: Jun 26 20:55:12 westing...
I'd like to hook `acme-dns` into automated tests for a Python client, instead of mocking endpoints. To accomplish this, I need to know when acme-dns has successfully started. I would...
I would like to request this (small?) feature: 1) the headers of the `/health` endpoint contain some identifying information, such as: X-ACME-DNS: release id, date, or something 2) this can...