Rezart Qelibari
Rezart Qelibari
@thiagodebastos `clamp` exists because it wants to make development on macOS easy. nginx isn't preinstalled on macOS though and falls out of the scope of clamp. If you'd like to...
Hi @dominicpedro, can you tell a bit more about your system? What version of macOS or MacOS X are you running clamp on?
Hello @absszero, Thank you for your efforts! I will inspect your commits today and will come back to you, if there is any question.
@absszero Your code looks good! If you answer my three questions, I can merge your code. Also: Did you take SpyC from github (mustangostang/spyc)? **Next step:** I am currently building...
This means that Apache needs the [MPM module](https://httpd.apache.org/docs/2.4/mpm.html) to be loaded. I will not be able to provide a new configuration file for Catalina for the next few weeks.
A workaround for now is to use the order preserving [linked-hash-map](https://github.com/contain-rs/linked-hash-map) instead of the `BTreeMap`. Take a look at it on [my fork](https://github.com/rqelibari/rq).
@AnalogJ What exactly are the tasks needed to implement support for "CAA" records other than adding "CAA" to the sub-parsers of providers?
@kapouer Do you have some special test case in mind? As lexicon is not using a TDD approach I think the current test sets are totally sufficient as all providers...
The question is: Do you (or anyone for that matter, especially @AnalogJ) think there might be DNS services that require other steps to add a CAA record than to add...
@AnalogJ I will look into it (this weekend maybe, but cannot promise). I will modify `lexicon` and the [easyname][1] provider. To anybody who has enough time and wants to help:...