Results 29 comments of Pedro Kiefer
trafficstars

Found the issue with `cryptography`, it's only listed in `requirements-test.txt` and it wasn't being installed. It probably should be on `requirements.txt` too.

@patricksanders used your suggestion, it seems to be working and it's easier to maintain -- I was not happy with all the if's. Do we need `git` installed? I got...

Not really, I mean actually extending em-input so you can add say a custom input formatter, or something like that.

It's been a while since I've opened this issue but if I recall the problem was that lots of attributes where undocumented, and some where repeated in all components. I...

This is a known issues, the current solutions is to add all of these bindings referencing the parent component. Which IMHO is not the best solution, but I still don't...

Added a test case, still need to update docs.

Theres a dictionary on the send method where you can add headers, something like this should work: ``` client.send("/queue/test", body=u"My message", headers={ "AMQ_SCHEDULED_DELAY": 60000, })```

updating @hodduc command line for installing luajit: `brew install luajit --HEAD`

Really odd that it failed with python 3.5.3, i'll look into it. I have not yet tested this against mariadb, i'll do a simple script to replicate the scenario and...

Thanks for fixing this issue!