Krzysztof Wiśniewski
Krzysztof Wiśniewski
Did you check it on Kubuntu or any other KDE based distro?
Edit: I assume we are considering change from ```zig pub fn init(zon: ZonElement) ?*@This() { ``` To ```zig pub fn init(zon: ZonElement, owner: *something) ?*@This() { ``` Since use case...
Clutters UI, what about small crossed out backpack icon.
> (which doesn't even exist yet) Because of the eight elephants.
What about not having complicated logic behind translation. We just keep strings in english and provide `english to x` dictionaries. In code, translatable strings go through additional lookup step by...
Homograph issues can be addressed by as little as an arbitrary ID to X translation. Still in most cases we can just use English words, but we can disambiguate in...
Language files should allow cascading to allow extending incomplete translations.
This file contains multiple violations of Gerber format. In particular merging extended commands like this: `%FSLAX25Y25*MOMM*%` Is not acceptable and I don't think we can cover all of strange constructions...
> I believe you are correct, and this is an issue with the software vendor. However, please note that the file can be rendered normally when opened with KiCad or...
@chenzanyu sure, so there are at least two things necessary to be done to make this file work: ## 1 Parser must be informed about existence of constructions like `%FSLAX25Y25*MOMM*%`...