Alan Cohen

Results 9 issues of Alan Cohen

``` > freeze = require('deep-freeze-node') [Function] > freeze({foo: new Buffer(1)}) TypeError: Cannot prevent extension of an object with external array elements at Function.freeze (native) ```

``` javascript var schema = { "$schema": "http://json-schema.org/draft-04/schema#", "title": "Result", "type": "object", "properties": { "additional_info": { "description": "More info", "type": "object", } }, "additionalProperties": false } var instance = {additional_info:...

http://renewablefunding.github.io/blueprint-docify/gist-fox-api/ http://renewablefunding.github.io/blueprint-docify/real-world-api/ http://renewablefunding.github.io/blueprint-docify/simplest-api/

Datadog's uptime monitoring service, Synthetics, can now be configured via API. I want to start looking into how to do at, but in case anyone else is working on it,...

kind/enhancement
good first issue
workflow/in progress

A simple GUI, in the same spirit as [Futon for Couchdb](http://docs.couchdb.org/en/1.6.1/intro/futon.html)

enhancement

- Running tests - Branching - Tagging releases - Release process

After generating a template for a controller action (and tests passing), I run the specs again. I have some JSON keys 'created-at' and 'updated-at' that point to date-time strings. Fdoc...

``` next-dev.js:20 Warning: validateDOMNesting(...): cannot appear as a child of . Add a , or to your code to match the DOM tree generated by the browser. at tr at...