Andy Gayton
Andy Gayton
Pull requests gratefully accepted.
I've deleted my previous comment, as I misread the conversation above. Hi there. I won't have time to work on this in the near future (I've just recently become a...
I believe the status is not started. Pretty sure this is just a 2-3 line patch, a doc string update and a test, if you'd like to open a pull...
I'm all for anything that makes development easier! I'm trying to understand the trade offs. If I'm reading right, the current way of documenting (rst based) isn't a good mix...
The tests require a Consul binary for the current platform to run. Do you think that's an issue? There's also different tests depending on the version of python targeted, e.g....
Thanks for the additional info. Will try and work on this soon.
Hi! Sorry for the delay in responding to this. You're right, this is an issue. It's kinda overkill for python-consul to rely on requests. It could just use python's built...
Hi there. I don't quite understand what you're trying to do, but I think your best bet is to sort the list after you get the response from Consul https://wiki.python.org/moin/HowTo/Sorting#Operator_Module_Functions
If we add a timeout, using both option 1 + 2 would be the way to go. All the http clients should be updated to taken an optional timeout. Is...
There's a check here to ensure the value being supplied to put is a string or binary type: https://github.com/cablehead/python-consul/blob/master/consul/base.py#L513 It sounds like coming from ansible you have rich types of...