David McCabe
David McCabe
The string "null" is formatted as `null` itself, causing confusion. Screenshot: https://imgur.com/yx81O8Z This is on the Chrome extension as installed from the Chrome Web Store at https://chrome.google.com/webstore/detail/immutablejs-object-format/hgldghadipiblonfkkicmgcbbijnpeog?hl=en This appears to...
The string "null" is formatted as `null` itself, causing confusion. Screenshot: https://imgur.com/yx81O8Z This is on the version at the Chrome Web Store at https://chrome.google.com/webstore/detail/immutablejs-object-format/hgldghadipiblonfkkicmgcbbijnpeog?hl=en
This adds a setting called `fallback` that is helpful when programmatically generating the name of the image to load, in case that the image might not exist. For instance, I...
The scripts included with esprima in `bin` were importing the upstream esprima module, which goes by a different name in npm. This caused anybody using esprima from the command-line to...
When I try to pass the arguments `-C foo` (or equivalently`--conditions=foo`) to the node process, it exits with status code 1. Are conditional export resolution conditions supported by Nodebox? If...