1over137

Results 144 comments of 1over137

I have the Pixel 5a and the patch doesn't seem to work, even with the Github version. I am using GrapheneOS rom if this matters.

Thanks for the work Yeah, they need to be included in all three files. Note that in setup.cfg you use the package names (on PyPI), but in cx_freeze/setup.py you need...

Can you confirm that the NLTK thing works under cx_freeze'd environment? Some packages have hardcoded paths or whatever which make them not work properly, in which case we need a...

I spent some time looking through the code. 1. On the NLTK thing. It seems to load a data file. I haven't yet tested whether or not this works on...

Hmm, from a basic glance, I have difficulty understanding how the bolding actually works. Also, there seems to be many changes with regards to how `display_mode` works. I'll need some...

The functions `settings.py` still seems to cause errors when `VOCABSIEVE_DEBUG` is not set (it would be `None`). Also, you can determine debug mode just by using the truthiness of VOCABSIEVE_DEBUG....

Also, typing double underscores in the definition field simply inserts tags into the field, irrespective of `display_mode` (default display mode is now `Markdown`, after realizing the issues with `Markdown-HTML`. Maybe...

Don't worry. I'm pleased that someone cares enough about this project to try to improve it in a significant way :) `display_mode` is a setting specific to each dictionary. It...

I'm getting an error `ModuleNotFoundError: No module named 'vocabsieve.global_events'`. Did you forget to commit a file?

`QCoreApplication.setApplicationName(app_title(True))` in `vocabsieve/main.py:10` needs to be changed to `app_title(False)` User data is stored in a location which is based on this setting (via QStandardPaths). Currently users will just lose all...