vEpiphyte
vEpiphyte
Any updates on transferring the maintenance of this project to someone else?
@mikemoritz were you ever able to check the CI failure on this?
@neozenith Opened this for discussion
@neozenith Have you been able to look at this?
> And the client implementation in thriftpy is not ready for heavy production @wooparadog Is there still a concern about the stability of the client implementation in thriftpy? cc: @jnwatson
It appears that the pickle output producing `\x00` characters is negatively interacting with the mdb.c's use of `strlen` to create the length of the index. Using `str.encode()` instead of `pickle.dumps`...
@dineshbvadhia The project mentioned is https://github.com/vertexproject/synapse and the documentation regarding Linux IO settings can be found here https://synapse.docs.vertex.link/en/latest/synapse/devguides/devops_general.html#tips-for-better-performance
For reference, in the Makefile created by sphinx, replacing `sphinx-build` with `python -m sphinx` does temporarily resolve this issue since `_reading_docs()` will return False.
The above hack doesn't work with readthedocs since they ignore your makefile :(
@scossu - the project i am working on uses a custom docs generation tool for certain classes. That is invoked by out ``conf.py``. I ended up doing some hackery with...