Tim Beyer
Tim Beyer
We are planning to use `ampersand-model` on the server, with the requirement that different users need different authentication tokens added to the headers without using some magic to propagate them...
Just as an FYI, we're in the process of migrating from `Q` to `bluebird` so a new shim was needed. I did a quick port from `cls-q`, only adapting the...
## Garden Bonsai (0.13) Performance issue ### Problem On 0.13.23 using Windows on a project containing over 50k files, the performance of the initial git scan is bad and takes...
## Bug ### Current Behavior When creating a project config, it's impossible to reference variables or use any other templating in the `scan` field. That makes it impossible to scan...
When running jQuery with browserify, loading it using `require('jquery-browserify')`, jQuery still installs itself in the global window object as `window.$` and `window.jQuery`. This should not happen automatically. The whole point...