Dmitry M. Lazutkin

Results 11 issues of Dmitry M. Lazutkin

Add support for NODE_PATH env var.

![image](https://cloud.githubusercontent.com/assets/1035026/7336919/2f4af11e-ec1c-11e4-8b75-af27a3607e66.png)

interface

Hi! Pluntuml server now available officially in docker https://hub.docker.com/r/plantuml/plantuml-server/ so I think plugin should support it (just need an option to set server URI)

See jcoglan/sylvester#38 for details

Bug

It seams that `uniqueItems` check is not working for array of objects. For instance `env.validate([{"a":1}, {"a": 1}], { uniqueItems : true })` generates no errors.

Bug

Using in strict mode raises an error: ``` wantMode = wantMode & 0777 ^^^^ SyntaxError: Octal literals are not allowed in strict mode. ```

Currently lib just listen for `data` and `end` events when interacting with child process and in case of error (like #7 or bad input) it becomes unhandled for entire app

enhancement

# dict doesn't return property if its value is an empty array, but #has checks that it exists. ``` coffee jsp = require "json-pointer" console.dir jsp.has { a: "x", b:...

Asana is listed as a _friend of typescript_ so I would like to see a typescript definitions for this lib.