Zach Rosenberg

Results 3 issues of Zach Rosenberg

modified error handling to use restify-errors for all instances of errors for compatibility with restify > 4.x

Adds the ability to disable the checkbox for an individual node ``` const treeState = { name: 'root [half checked and opened]', checked: 0.5, // half check: some children are...

``` const treeState = { name: 'root [half checked and opened]', checked: 0.5, // half check: some children are checked isOpen: true, // this folder is opened, we can see...