David Guttman

Results 6 issues of David Guttman

I've had a number of projects where I start using Beefy and when it's ready to ship, I have to figure out a different way of serving it (or deal...

I would love to add a constraint so that the weights are all positive. Doing some research it _seems_ like the way to do this is by modifying the error...

This prevents the following warning by using a shorter default timeout for `hyperquest`: ``` (node:56380) TimeoutOverflowWarning: 4294967296000 does not fit into a 32-bit signed integer. Timer duration was truncated to...

This fixes this failing test in node@9 ``` # attach response to err.response and non-enumerable (node:28879) TimeoutOverflowWarning: 4294967296000 does not fit into a 32-bit signed integer. Timer duration was truncated...

Not sure why, but it has trouble with the JSONStream module: http://coderunner.io/12kofu4u/1/edit

Using `react-semantic-ui` like this: ``` js var React = require('react') var rsui = require('react-semantic-ui')(React) ``` Causes: `Uncaught ReferenceError: React is not defined (common.js:2)` ``` js // common.js var cache =...