as
as
started in commit 70e3423b07ecd81e8b75de37e708fda4bcd1486b
In the meantime, v0.7.3 reads exported $fontsize as the default size to use, which may present a possible workaround.
 Figure A. During Scroll+Sweep the correction color is wrong
In earlier versions, this was resolved by running the program with `a -u` to enable utf8 support. In the current version, this won't work. The program will run, but will...
Yes, eventually. The problem of utf8 not being idempotent prevented this from being the default before (invalid utf8 is converted one way into a replacement character which is unacceptable for...
Shiny is a very solid multi-platform project, but its event-driven architecture doesn't take advantage of features that make Go a great language for designing graphical systems. The event loop one...
Thanks for letting me know. I'll have to weigh the pros and cons of renaming this since its an unintentional conflict and I don't think the two have identical functionality.
This is a problem that occurs in custom JSON parsers, often in low-level c or c++. Are there any other situations where it creates a burden? I see lots of...
I think that this is a proposal of convenience, perhaps for specific requirements your team may have, but I also don't think it's the silver bullet for your specific requirements...