Replies: 1 comment
-
Can't comment on anything besides the last bullet point - avoid reflection. With apt/trimming enabled now, you'll get warnings and a mess of headaches. Being explicit about the types is what you'll want |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've wrote another version of the
Canvas
that supports other rendering characters than the default space (" "). It supports providing UTF-8, 16 and 32 characters. When another character is seen than the default space, it will use the foreground color instead of the background color. This allows you to use theCanvas
with blocks or other special characters.Few things before I make a PR:
Canvas
? Or keep it a separate class?Beta Was this translation helpful? Give feedback.
All reactions