Matthias C. M. Troffaes
Matthias C. M. Troffaes
Thanks for sharing your insight. The PR is ready for final review as far as I am concerned.
@dschwilk You may also be interested in https://github.com/mcmtroffaes/latexcodec which is essentially a much improved version of https://github.com/dschwilk/bibstuff/blob/master/bibstuff/data/latex_codec.py Another thing to consider is to use http://pybtex.sourceforge.net/ as a backend for bibstuff...
Thanks for the report. Is it possible to test against the develop branch instead of 2.3.7.post1? There's a chance this might have been fixed with #75 (which hasn't made it...
Thanks for the test; that's very helpful. On a side note, beware that ``WindowsPath('TEST.TXT') == WindowsPath('test.txt')`` as far as Python equalities are concerned. Internally, pathlib2 uses "case folding" (basically, applying...
Note: this was moved at the suggestion of @graingert. I think I've done everything, except: * There are no docs for this (since the upstream python documentation should cover everything)....
> This is a fascinating project given that it's a backport. Could you elaborate what your plans were for the project? I took over the backport many years ago as...
On September 14th 2021, I requested... > * The phrase "As of January 1 2020, this repository will no longer receive any further feature updates, as Python 2 is no...
Great, looks perfect now - thanks for acting on this @jezdez!
Quoting from the readme: > The main development takes place in the Python standard library: see the [Python developer's guide](http://docs.python.org/devguide/). In particular, new features should be submitted to the [Python...
Thanks for reporting this and I'm sorry nobody has responded to this yet. Though perhaps there might be something that could be done, the library is no longer maintained on...