Saeed Rasooli
Saeed Rasooli
I'm not sure this is a good idea. Event though it fixes your problem, it may cause problems on other languages that were working before. Even though there is no...
@rhtyd Then you should consider reporting bugs to it. The current approach in this repo (detecting width based on language) is very naive and wrong. go-runewidth also can not be...
> Phew, that’s a show stopper! Why do we always have to cope with quirks, old software, and incompatibilites? Sigh… I still compile GoldenDict with Qt4 on Linux because of...
> @ilius For debugging, is it easily possible to keep the xx.raw.html files produced in dicthtml generation? Or aren’t they anymore produced? You mean in converting to Kobo with PyGlossary?...
Do you think converting html list to a markdown-style list can help? For example: ```html Coffee Tea Milk ``` becomes something like ```html ⬥ Coffee ⬥ Tea ⬥ Milk ```...
@Moonbase59 Interesting! In FreeDict-based dictionaries (converted by PyGlossary), there is an "Examples" section under each meaning(aka "sense"), which becomes a list if there are more than one example. This introduces...
> I filed an issue https://github.com/ilius/pyglossary/issues/358 Please let me know if it's fixed.
I have this problem as well in my Python tool: https://github.com/ilius/pyglossary/issues/48 I think using `.zim` files (from [Kiwix project](https://github.com/kiwix)) is the easiest way to use Wiktionary or Wikipedia offline. There...
That tool simply downloads the rendered HTML from Wiktionary website one entry at a time. It does not render it. It's also in Python. This is a Java project.
Can you cast `time.Time` to string? You need to specify the format somehow (unless it's JSON-specific)