Tim Beyer

Results 5 issues of 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...

enhancement
discussion

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...

feature request

## 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...

performance
os/windows
0.13

## 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...