Adrien Ferrand

Results 168 comments of Adrien Ferrand

Hello @MasinAD! Thanks a lot for your update. Have you achieved the fix on the remaining tests? If so, the only thing to do to finish the PR is to...

From what I see in the logs, it seems that the MX records should be inserted with a trailing dot in the content, and the TXT record content should be...

Indeed, the problem here is for the value of the record, not its content. For the name, yes Lexicon is taking care of standardizing the inputs/outputs so that the commands...

Hello! Indeed, I think that replacing `name` with `relative_name` will fix issues. My bad, I missed this during the review of #506. I just reactivated my domain on godaddy, hope...

OK. Too much errors. Let's proceed to revert #506.

Here it would make sense to keep the 100 rows limit (to avoid to request too much records at a time), but use the pagination returned by UltraDNS to continue...

Yes, Lexicon has been designed primarily to help with `TXT` records manipulation. We still need to work on a new contract to support an efficient display for all kind for...

Hello ! For sure I am willing to remove a deprecated dependency from the dependency tree of lexicon. As of now I am unable to reproduce the error tough. So...

I see that now consistently on the CI. The faulty dependency is pulled from transip. Transip provider itself is using a deprecated SOAP API that will be removed soon. To...

About the pip install editable, this is a known issue with pip when a project uses `pyproject.toml` instead ofn`setup.py`. I hope it will be fixed in the future, but as...