Robert Grimm
Robert Grimm
The chapter on flexbox claims that > The default value is `flex-direction: column` Alas, according to [CSS Flexible Box Layout Module Level 1](https://www.w3.org/TR/css-flexbox-1/#flex-direction-property), it is `row`. My apologies for being...
Based on [my own experiments](https://github.com/apparebit/siteforge/tree/master/packages/loader) with loader hooks as well as the discussion in nodejs/node#31229 and then #525, I believe that loader hooks are missing the ability to delete modules...
I doubt this will make much difference in practice, but xterm.js has been falsely advertising its Unicode 11 chops when in reality it seems to have been implementing Unicode 12...
**Q&A** is not an uncommon abbreviation and, when typeset in Libertinus Serif, can benefit from that typeface's handsome swash ampersand alternate letter form. Alas, the standard kerning between the ampersand...
Hi, I'm the author of the [emo](https://github.com/apparebit/emo) package for supporting emoji on all major TeX engines. So far, emo has been using PDF graphics for pdfLaTeX and XeLaTeX, Unicode code...
For a while now, I've had some ideas about making color management for terminals more web-like. I had even built a prototype but used very gnarly ad-hoc color conversions. A...
Hi, nice work! I happen to agree on much of the premise of this project and am also building a library, called [prettypretty](https://github.com/apparebit/prettypretty), to improve color output of terminal applications....
# The Bug Pyright emits `reportMissingModuleSource` warnings for submodules implemented by the same native extension, even though: - The Python sources for [prettypretty](https://github.com/apparebit/prettypretty) include typing stubs for `prettypretty.color` (the primary...
#### Problem Description When a typing stub for a module (say, the extension module `prettypretty.color`) uses an `__init__.pyi` file (say, `prettypretty/color/__init__.pyi`) and contains a relative import for a submodule (say,...