beano

Results 11 comments of beano

I'll try to get something out within the next week.

I've seen this too. Maybe issue https://github.com/Feuerlabs/exometer_core/issues/36 is also related?

I've looked into implementing this for Python. The encoding and decoding routines were easy to to implement but the hashing restrictions in Python don't really match up with Erlang. For...

@okeuday - thanks for the hints. I've taken them on board and things are progressing pretty well. I still have tests to add write etc. I was going to try...

@okeuday @hdima - I've implemented this for Python2.7. Doing this correctly is a little involved especially as I've avoided breaking backwards compatibility wherever possible. The decoding routines will always return...

@scohen - I'm not a rubyist so if you want to do Ruby support that would be great! I looked into it and I think the change is a bit...

@hdima, @scohen, @okeuday Python3 support is complete in my fork.

@vans163 - thanks for your help. I forgot to commit an erlang change. Could you please test again?

@vans163 - Excellent. Thanks!

@hdima , @scohen, @okeuday, @vans163 - one interesting possibility that this change opens up is support for keyword arguments. Something like: ``` erlang Json = python:call(Pid, 'json', 'dumps', [[1, 2,...