J. M. F. Tsang

Results 18 issues of 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...

enhancement

## 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...

Stale

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. ![image](https://user-images.githubusercontent.com/119445/115112817-2a0ba000-9f7f-11eb-8cfe-8f6f1d1ec827.png)

This change fixes a bug in which arrow directions were reversed.