Mike Bishop
Mike Bishop
The newer options to avoid overlap work, but the "auto" behavior to prioritize the earlier element in the series isn't always ideal. Personally, I'd rather see a policy of prioritizing...
That seems a reasonable approach. I suspect whatever algorithm someone would use to determine precedence could easily be translated into a z-value.
I suspect it also matters whether the file is properly renamed within git (`git mv oldfile.md newfile.md`) or is simply deleted and a new file with strikingly similar content is...
There are behave tests for the archive script in the [archive repo](https://github.com/MikeBishop/archive-repo). Maybe this is the time to switch over to pulling the archive tool from its own repo? Then...
Here's the code in question: # Clean up obsolete directories (2592000 = 30 days) @CUTOFF=$$(($$(date '+%s')-2592000)); \ MAYBE_OBSOLETE=`comm -13
The definition of a "safe" method is that the client does not request or expect changes to server state, though the server might of course perform state-changing actions on its...
@RyanTheOptimist, there are two directions ORIGIN can go. The one originally contemplated in the spec is that ORIGIN will specify a tighter set of origins than the cert presented on...
Yes, this is a problem; I'm not sure this is the path to solve it. The resolution could easily wind up with a different IP later simply due to mapping...
That's an interesting thought, particularly for the clients who say they can't realistically implement "persist". At the least, this should be mentioned as a way the flag could be implemented...
We wound up with some ambiguity in http-core about whether a DNS check is required, and by implication, whether a separate Alt-Svc for each domain is required. It doesn't say...