Kai O'Reilly
Kai O'Reilly
We still have not resolved how to do this; the commit above was reverted as it does not make sense for the core tool to do that.
Duplicate of #797?
I am looking into this.
Roboto and Roboto Mono are now used as the default fonts, but we still need to support Noto fonts, likely through a separate fonts repository from which people can underscore...
We also need to implement support for RTL and vertical text.
This should also fix the remaining text related memory leaks mentioned in #1430.
We implemented support for international fonts and emojis using go-text in #1457 (see #1525 for details). The default fonts are now Noto Sans and Roboto Mono, and system fonts are...
We will definitely look into the possibility of integrating with more native phone APIs.
Also note that this only seems to happen on web and mobile platforms, probably because we have a better idea about the desktop window earlier on.
The solution is likely to include the generic type constraint definition with `//yaegi:add` and then interpret it on the fly, assuming that generic type constraints work in interpreted code. This...