Evan King
Evan King
Is it intentional and desired behavior that sparse arrays preserve and promote their unused indexes? I found this behavior especially surprising because according to the documentation, it "Dispatches to the...
Why does `memoizeWith` take a variadic function rather than a unary function accepting an array of arguments? This doesn't seem in line with the Ramda's general aversion to variadic functions,...
Currently when Notepad++ is using dual editor panes, the markdown panel (on the right) always renders the contents of the text pane on the left, with the other text pane...
As a notable dependent on clarinet you may wish to offer input on a breaking API change I am proposing for the next major version of clarinet (dscape/clarinet#47). Should the...
The Yii extension page indicates this package is available under the BSD 2 license, but the codebase/this github repo does not verify that. This tends not to put project stakeholders...
As previously reported with a documentation clarification (see #46). It seems to me that API usability would be improved by eliminating this special case, such that `openobject` only signifies the...
Why is `true` JSON but not `false`? Or `5` JSON but not `0`? Of all the falsey values, only `undefined` cannot be stringified and is not valid JSON by any...