Results 16 comments of Alice

also, please, for the love of god (or whatever), use proper script structure with ```python if __name__ == "__main__": #execute main code here generateFont() generateExamples(characters, ligatures, charactersByCodepoint) ``` (hmm, i...

> I noticed @lenrik1589's fork added Java 17 use of `record` and properly named the classes in core to PascalCase. According to their commit message they also are moving things...

> Processing Python Mode has its own Python interpreter (Jython) I have a problem with this Interpreter, as it's unable to recognize features (such as typed function arguments, f-strings, return...

I want to expand on this issue: any unicode name is not handled correctly, as such ```kotlin abstract class `wonder full`(val `поле`){ open fun `… in unicode???`() } ``` compiled...

> Thank you! Sorry, I didn't see your PR until now. Sorry for not responding, had life™, there was a discussion in the discord @ the time i posted the...

Asked in KWin matrix room, and got this: > maybe rgb values are not premultiplied with alpha? so i added a `lerp(color(0, 0, 0, 0), fullColor, alpha(fullColor))` and it really...