Kerrick Staley
Kerrick Staley
[(All files needed to repro this issue are available here.)](https://github.com/kerrickstaley/openscad-render-imported-stl-issue) The following code shows a preview but fails to render for me (see bad.scad): ``` union() for (z = [0,...
The project description at https://pypi.org/project/genanki/ is currently blank; there should be a description there. If it mirrored the contents of the README that would be great.
Instead of having a `.media_files` attribute on `Package`, it may be more ergonomic to have a `.media_files` attribute on each `genanki.Note` instance. The `.media_files` for the overall package will then...
Anki seems to have a new package format. Now, when I extract a .apkg, I see the files `collection.anki2`, `collection.anki21`, and `media`. This `collection.anki21` is a new file. Like `collection.anki2`,...
Anki allows HTML in field data, but for the sort field, it looks like it renders it down to plain ASCII. Currently genanki just copies the field data directly into...
#### Your system information https://gist.github.com/kerrickstaley/d4f33e520f5beca18ac1679df80d6907 Have you checked for system updates?: I think so? #### Please describe your issue in as much detail as possible: To reproduce: 1. Run the...
**Describe the bug** In the following code: ``` import math # a most excellent class class MyClass: PI = math.pi ``` Black fails to add an extra newline before the...
There are a few words that feel common enough that they should be included in the list (which currently aims to have the most common ~4000 Chinese words), but which...
I'm using Jupytext on a project with a nested structure, something like ``` __init__.py util.py foo/__init__.py foo/bar.py ``` I run ``` PYTHONPATH=$PWD jupyter notebook ``` to launch Jupyter so that...