Sébastien Boisgérault
Sébastien Boisgérault
Hi Guido, I have been disconnected from starboard.gg a few times today while I was editing notebooks. That was silent as far as I can tell: I only noticed it...
As of today the CI is used only for automated testing (no wheel building, no pypi upload) - Travis CI to GitHub Actions (since Travis is EOL fast for open...
Consider '/', '//' and 'divmod' wrt readability and performance (related: cdivision mode in Cython).
Streams without read, write, save and restore. Study the use cases (I am think of streams as keys in dict, but is it usable without even a read?). Maybe via...
At the moment, only `python -m pandoc read` is demonstrated.
Sync with latest pandoc ; unfortunately I don't see an easy way to sync these features with the pandoc version which is used. So I am opting for the largest...
Pretty-printing of a Pandoc instance would be nice since the current output is not human-readable except for very short fragments. - [ ] Consider the API (connected to the existing...
General thread : can / should python type hints be used intead of the existing micro-language used in the `_def` class attribute ? And maybe in the class representation, instead...