Maxim Rebguns
Maxim Rebguns
Thank you for your thorough analysis and contribution. I agree; there is much to optimize. 1. I agree that the categories should be pre-sorted. This could be done when an...
Thanks for the advice. I created a new branch where I'm going to push optimizations. Only implementing the bisect method gave astronomically better results. On my computer, it used to...
I just implemented a trie. Currently, the system is clunky because for `ends_with` it simply generates a second trie for all words in reverse. This means that the matching words...
Image uploads would be an awesome feature :+1: Editing tags would be awesome; so would the ability to internally link between the files.
I bodged together a short shell script to deal with images and to run archivy locally, while image uploads aren't implemented: ```sh set -m echo Starting Elasticsearch sudo service elasticsearch...
@Uzay-G Yes, I am willing to test it out. I'll comment on the PR after testing it out.
Wonderwords provides two separate interfaces: a console interface and a Python interface. The console interface, which includes things such as `-v` and `-l` is meant to be run in a...
Would you mind sharing the error message?
Pages in the wiki must be added manually edited with markdown as far as I know, but I will make sure to check.
Rich is used only for the command-line interface, so I set it as an optional dependency. To install command-line dependencies, use `pip install wonderwords[cli]`.