Aaron Sokoloski
Aaron Sokoloski
Hi, I ran into this whilst trying to fix issue #844. I checked out master, ran `python setup.py fetch_libzmq`, and compiled from source using `python setup.py build_ext --inplace`. This seemed...
So I'm planning on making api models and generating bindings with zproject. Any reason that I shouldn't, or things to watch out for?
I'd like to change the api model schema a bit in order to allow generation of bindings that take the integer status code (0=success, otherwise failure) returned by a method...