Jason Kulatunga

Results 262 comments of Jason Kulatunga
trafficstars

Conceptually I like the idea, however it would need to be record-set aware. I think the biggest hurdle here is adding a new test suite and updating existing provider recordings...

yeah I'm with @alexzorin , this sounds like a great idea. I don't personally use CPanel, so I won't be much help with the provider, but I'm more than happy...

Hey @clayshieh Is this something you're still willing to work on? Is there anything I can do to help?

Hey @clayshieh It would need to be registered as a module on pypi.

Hey @clayshieh Just wanted to follow up. Hows the CPanel provider work going? If your having issues creating a pypi project, and I walk you though the steps I used...

Hi @gilzellner Unfortunately there's no real documentation regarding how to use `lexicon` as a library, however it documented fairly well via the code. The [`cli.py`](https://github.com/AnalogJ/lexicon/blob/master/lexicon/cli.py#L112-L117) file documents it as follows:...

Hi @teohhanhui @hongkongkiwi Unfortunately I haven't been keeping up-to-date with all the new features that CloudFlare has released so thanks for bringing this up. If I'm reading this correctly, it...

Looks pretty simple actually, just a conditional around these two lines, https://github.com/AnalogJ/lexicon/blob/master/lexicon/providers/cloudflare.py#L141-L142 replacing the `X-Auth-*` header with an `Authorization: Bearer XXXX` header. If one of you would be willing to...

thats a great catch, something I completely overlooked. I think it might make even more sense to change `requirements.txt` to just contain a dot (`.`) That would make `setup.py` the...

Is there a way to do this without affecting users who are already using `lexicon` as a library?