Bastiaan Marinus van de Weerd
Bastiaan Marinus van de Weerd
Good news is that my fork is working nicely for Coda 2. Bad news is that I've deleted all the old style attributes (that is, 'color', 'font-style', etc.), and replaced...
When defining an optional global, currently the library still requires that it be set in the [`ExecutionConfig::globals`][] passed to [`File::execute`][], or it fails with an [`ExecutionError(MissingGlobalVariable("MY_GLOBAL"))`][err]. This change allows the...
Use `window.Intl.Segmenter` to segment the text into graphemes so that non-trivial emojis are displayed properly (such as compound emojis with zero-width joiners). This API has been supported by the major...