Kilian Lieret
Kilian Lieret
Thanks for this really nice package @asottile . Would you consider accepting added support for snippets of the following form: ```markdown ~~~ def python(): pass ~~~ {: .language-python} ``` It's...
Currently `RandomFileTree` always seems to be installed even though it's only required for tests. Also see https://github.com/klieret/AnkiPandas/pull/83
Easy to use method that can perform most selections. With options: * [ ] inplace * [ ] deck * [ ] model * [ ] has_field * [ ]...
As we saw in https://github.com/klieret/AnkiPandas/issues/75, due to the nested structure of the `Collection` that keeps references to itself via the `AnkiDataFrames` that it posesses in `__items` and `__original_items`, it does...
* [ ] Split up requirements (bare minimum/development install which also includes sphinx and pre-commit etc * [ ] Document these * [ ] Add sphinx build instructions
The inplace syntax causes a lot of bugs and doubles the amount of testing, e.g. #51 . Also the not-inplace operations don't do a copy either at the moment, so...
Have a method ``Collection.restore()`` that restores the db from the last backup