J. M. F. Tsang
J. M. F. Tsang
Create a file called `import.py` with the single line `import antropy`. On my machine (Linux VM), this takes at least 10 seconds to run. Using `pyinstrument` tells me that most...
## Description of the issue 📄 ## Screenshots 📷 ## Steps to fix 🛠## To do 📋 * [ ] Claim this issue (comment below, or assign yourself if...
## Description of the issue 📄 When a new user is sent a link to a workshop, they are invited to create an account. After doing so they are directed...
Some Python formatting improvements
* Normalize indentations as spaces and not tabs * Apply some linting suggestions from IntelliJ to simplify logic Test plan: Modified code runs the same.
Covers #56 by raising a RuntimeError (instead of failing silently) when calling the JXA (on MacOS) gives a nonzero return code, rather than failing silently. Also increased test coverage of...
**Environment:** MacOS machine where Microsoft Word is not available. **Steps to reproduce:** Run on the command line: `docx2pdf file.docx` _or_ use `convert('file.docx')` in a script. **Desired behaviour:** An exception to...
The arrows in the Inkscape document are the opposite way to how they are rendered when the LaTeX generated by svg2tikz is compiled. 
This change fixes a bug in which arrow directions were reversed.