Results 42 comments of TrapinchO

> One thing that came to my mind is something involving `Alt`. > > Edit: Who knows how, though. In theory, it could be a simple keybind, which would change...

Now that I am thinking of it, it could be made by making syllable types "CVCVCV", "CVCVC" etc. It is not an ideal solution (especially for complex types), but it...

For beta a date could be used, e.g. `PolyGlot-Ins-Win-BETA-2021-11-21-01-47.exe`.

This could be easily done here: https://github.com/DraqueT/PolyGlot/blob/master/build_image.py#L593 Simply add after the if ```python else: insFile += "_BETA_" + datetime.datetime.now.strftime("") ``` I can make a pr if needed. EDIT: datetime needs...

Found these three things, licenses should be fine Markdown text editor https://github.com/commonmark/commonmark-java Code highlighter (supports markdown) - it is in kotlin, but that should be a problem afaik https://github.com/kbiakov/CodeView-Android Seems...

Because of how it works woth regexes I would do it by making it visual only (internally it would be still one large "column"), probably by adding an extra column...

Found an error log: ``` java.version : 17 java.vendor : Oracle Corporation java.vendor.url : https://java.oracle.com/ java.vm.specification.version : 17 java.vm.specification.name : Java Virtual Machine Specification java.vm.version : 17+35-2724 java.vm.vendor : Oracle...

Managed to find the likely cause: multiple word entries with the same conlang word make mess in the etymology Steps for reproduction: (polyglot version unchanged, since it seems like the...

Issue still persist on the broken file. (build from 7th August, latest as of now)

Attempted to unpack the broken file and remove everything within `EtymologyCollection`. Issue seemed fixed at first but later got #1203 and this again.