Charlie Robbins

Results 43 issues of Charlie Robbins

var r = resourcer.defineResource(function () { this.use('database'); }); // Works r.create({ _id: '99', age: 30, hair: 'red'}, this.callback); // Doesn't Work r.create({ age: 30, hair: 'red'}, this.callback);

Seems given the current implementation there is no way to put in a simple handler for gzip compression. This would be quite useful for speeding up some files being served....

Howdy folks – exploring using webhint for a new effort. As part of that effort exploring what it would take to run natively on AWS. Looking through the code there...

Dig into directories.

Was deep in the bowels of a large `webpack.config.js` file and came across a challenge that this package seems perfect for solving – with one kinda catch. That is: _nearly...

We shouldn't use `fs.readFileSync`. That being said it's part of the startup flow and what are you doing before your `https` server listens that's so important? What are you? The...

#2 broke the separation of concerns between `Datastar` instances and CQL. I would suggest that the CQL for keyspace creation go into `lib/statement-builder/statements/create-keyspace.js` which is then instantiated and invoked directly...

Should fix #4, but I can't seem to get the tests to pass. I'm unsure if this is a bug in the way I implemented it, or a bug in...

review
needs-repro

This is currently possible, but the solution only works because `._stat()` will be called in the next tick: ``` js var Ignore = require('fstream-ignore'); var ignore = Ignore({ dir: '/path/to/read/files/from',...

Awesome project! Mainly because there is no `top` on SmartOS, just `prstat`! Unfortunately the generic process numbers don't render: ![screen shot 2014-06-18 at 1 53 38 pm](https://cloud.githubusercontent.com/assets/4624/3317840/9b848012-f711-11e3-93ec-004f1bfc41f9.png)