Daniel Dickison
Daniel Dickison
Add support for modules that redefine module.exports which is common with node libraries. For example, if the module does: ``` module.exports = function () {...} ``` Then the client code...
It's just a warning so no biggie, but apparently FF has deprecated the second parameter to `eval`: > [17:06:41.705] Support for eval(code, scopeObject) has been removed. Use |with (scopeObject) eval(code);|...
When using the prebuild knockout or reference builds, because the tko binding provider encapsulates the global options that were set when it was built, setting `options.bindingGlobals` has no effect. We...
This is a port of the original knockout-switch-case.js to work with the current version of [tko](https://github.com/knockout/tko). I initially tried to do a minimally invasive and backwards compatible change in knockout-switch-case.js...
The new Autoingestion Java program from Apple obviates the need to do scraping. appdailysales.py is still useful because it automates fetching multiple dates and unzipping with a nice interface for...
Reddit's OAuth implementation requires a [specific User-Agent header](https://github.com/reddit-archive/reddit/wiki/API ), and it seems they've recently started enforcing this. It would be great to have an easy way to specify this, and...
https://github.com/dividab/uom/blob/3782373914b9255672d0ca04cb920e43a121bb70/src/amount.ts#L218 Should be "greater than" instead of "less than".