Brad Pitcher
Brad Pitcher
Also running into this error. When I specify the variable as part of the role item, it fails even when the port is 6379: ``` - name: Redis master hosts:...
@zmrow You may like to take a look at [our fork](https://github.com/orcasgit/python-withings). It is actively maintained/used. I will post to PyPI soon. @maximebf If you could grant me ownership on the...
Hey everyone, we've made a new pywithings package [on PyPI](https://pypi.python.org/pypi?name=pywithings&version=0.4.0&:action=display). Our organization is actively using this library, along with [django-withings](https://github.com/orcasgit/django-withings) and we would happily accept PRs if you have any...
Now I've added travis-ci and coveralls support. See how they look: https://travis-ci.org/orcasgit/python-withings https://coveralls.io/r/orcasgit/python-withings
This is really nice, love the additional error highlighting, that it something I thought was missing. And the user system is so simple, I don't think there is a need...
Yeah, I guess it makes sense to use the different function for that. Good call on the Rose function, my mistake, I guess the function I wanted was more like...
Ahh, schooled again. Thank you :)
Any way to make this work without using refind?
@laszewsk If I understand you correctly, I think I've found a good solution for this. I have my docopt string as a block at the top of the file as...
Ahh, well I think you could do it with something like: ``` .. literalinclude:: python_file.py :start-after: def method1 :end-before: """ ``` For each method. EDIT: I'm sorry, my mistake, that...