Alexander Böhn
Alexander Böhn
I have this problem too – Django is version 1.5.4, freshly installed in a virtualenv.
Hello Matt – I would actually totally be into doing this! I very much appreciate the work you have done to make the C++11/14 functional idioms into something useful and...
It looks as though this may be a simple fix – I think if one were to change [line 3981 in `lib/capnp.pyx`](https://github.com/capnproto/pycapnp/blob/efadcab1c2cf3433e4e16a1bbe27b31415072436/capnp/lib/capnp.pyx#L3981) to read: ```python self.path = os.fspath(path) ``` …...
@tbenthompson Python has a pretty comprehensive C-based API, the **buffer protocol**, for doing exactly this – [PEP #3118](https://www.python.org/dev/peps/pep-3118/) describes the most recent iteration. I have [used it myself](https://github.com/fish2000/libimread/blob/master/python/im/include/pybuffer.hpp) for implementing...
If I may point out – the `SYSTEMROOT` environment-variable thing gave me some minor confusion when running some integration tests via Nox that interacted with one or another environment-access APIs:...
@flekschas as per the pointers offered by @luispedro – I have some things that may help you: * A subclass of the `byte_source` type that operates on the `Py_buffer` structure...
+1, bro
@vstoykov Absolutely I would do it, with tests and all. Let me get to work on it when I have a little time to spare and I’ll push it up...
@usq @philsquared strongly agree – I get a lot of mileage out of Catch for Objective-C++ unit testing but having this integration would be fantastic. As for Swift: a lot...
@brianveloso the uniquitous Lena test image may help here -- I do believe It was part of a commit of mine you guys merged last winter. http://en.m.wikipedia.org/wiki/Lenna