Louis Sautier
Louis Sautier
@maxcountryman actually I might not need the new release so soon, I misunderstood the goal of the package, what I wanted is https://github.com/pallets/flask-sphinx-themes/. I now understand that your package serves...
Same thing for `six` listed in requirements.testing.txt.
I have really no idea what triggers the second error. I edited my first message to show that it happens after all tests have run. Strangely enough, it doesn't change...
> seems the latest cython release has some pypy3 incompatibilities, but i could build with a slightly older cython version. Yes, I also ran into that so I rebuilt the...
The PyPI tarball for the latest version contains `plyvel/_plyvel.cpp` generated by Cython `0.29.26` which won't work with PyPy. It would be nice to have it generated by Cython `0.29.24`.
We at Gentoo rely on PyPI tarballs to build docs, I am pretty sure that this is also the case for Debian maintainers. The compressed tarball is only a little...
That looks like a nice improvement. Would it be possible to make the whole library take `str` as input instead of `bytes` and also have it return `str`?
@mgautierfr Hello, same question as Jonas, what's the state of this?
@lxp done, sorry about the mess, I got confused because of the unusual target branch name :D
Thanks for the explanation. > but this will need to go into the kernel first Is that something you would implement yourself as well? I'd be happy to test a...