Ben Hockey

Results 47 comments of Ben Hockey

sorry, my issue is not how to serve the code - that part is very simple. my question relates to what steps are necessary to install all the tools (grunt,...

@dominictarr have you considered that you might be describing a graph database (like what [levelgraph](https://github.com/mcollina/levelgraph) provides)? the approach is slightly different but the gains are what i think you're looking...

to avoid the readlink error, you can set the `CPM_PATH` environment variable and avoid the call to readlink

btw, you need to point `CPM_PATH` to the lib dir. based on the default install `CPM_PATH=/usr/local/lib/cpm`

what about this one?

i think i just came across this same problem. the draft-03 schema restricts a `$schema` property to only be a string and the validator expects that if the `$schema` property...

@guybedford i think this misunderstanding of how @johnjbarton wanted to use this API shows why what @jrburke is suggesting might be a better option. if the context of the current...