James D. Forrester
James D. Forrester
I'm picking 25 less than `process.stdout.columns` which is possibly a bit pessimistic for some users, but works well enough for my repo (with > 700 SVGs to convert). Possibly if...
Janus phase II – not just LTRTTB -> RTLTTB flipping, but also TTBLTR or TTBRTL.
Note that this is a breaking change (in the name of user security, but still).
Fixes #244.
It's been about a year since the [v0.5.0-alpha](https://github.com/second-state/wasmedge-quickjs/releases/tag/v0.5.0-alpha) release was made; are you planning to make another release with a pre-built binary?
This changed a while ago in Wikimedia production, whoops.
:-)
Per the [JSDuck documentation](https://github.com/senchalabs/jsduck/wiki/Type-Definitions#type-names), values can be separated by either '`|`' or '`/`'. However, only the first of these works.
Per the [JSDuck documentation](https://github.com/senchalabs/jsduck/wiki/Type-Definitions#type-names), values can be literals of booleans, numbers or strings. However, only the first of these works. ### Literals which work - `{true}` - `{false}` - `{true|false}`...