1over137
1over137
I also think this should be changed. All other themes have the same color there. I thought this was some glitch in my system theme config.
My preferred way to handle this would be to include pronunciation lookups as a kind of dictionary that can be handled in a special way, but it will probably be...
I intend to implement this by extending the current "Source" system to include lemmatizers, reading dictionaries, and tag dictionaries which can be used for gender, noun classes, etc, though it...
Hmm, the current behavior is intended to make something like this possible: - You defined something using any method - You want to define it again, this time using shift-ctrl-D....
Does this work when there are multiple words bolded at the same time? Currently all words with the same lemma will be bolded, not just the selected.
Rather than trying to compute offsets, I would just let it compute and remember the actual index of cursor from the beginning, skipping double underscores, and restore that after bolding...
now that I think of it, a simpler approach is to use [re.subn](https://docs.python.org/3.8/library/re.html#re.subn), and make use of the info about how many substitutions have actually been applied.
I assume they stepped up their anti scraping measures with Cloudflare, as reported elsewhere with similar projects: https://github.com/Rascalov/Anki-Simple-Forvo-Audio/issues/31 https://github.com/Rascalov/Anki-Simple-Forvo-Audio/issues/29 In that case there is nothing I can do. Stick to...
From what I see, they are still under Cloudflare reverse proxy. The DNS points to a cloudflare IP: http://104.20.253.20/. I assume they are testing this. Most likely they'll just block...
Just putting this out here: https://forum.xda-developers.com/t/hisense-a5-auto-refresh-app-no-root-test-required.4483213/ Unfortunately nothing more is heard from the poster. I'm wondering if someone could either reverse engineer the program or somehow monitor the system calls...