ivan baktsheev
ivan baktsheev
> I added a configuration option jasmineExplorer.jasminePath in version 1.6.0, if you set this option to "node_modules/jasmine", the requires property will also work for packages installed locally in your project's...
Looks good to me. Some notes: >I'd like to also detect a globally installed jasmine package Just checked, I have 3 years old jasmine installed globally (2.5.2), just because installed...
> Good point! So maybe the autodetection should just look for node_modules/jasmine after all? For old scripting languages like perl, python, ruby with globally installed deps it's important to look...
Hi, probably it is too late, but I have [viewee](http://cuwire.io/viewee/preview/) project which can convert some pcb formats into readable structure. Currently I'm in process of refactoring it, adding tests and...
Yes, sure, we can discuss. Viewee internal representation of board data is quite simple: ```javascript var boardData = { // copper wires etc... signals: { '': { wires: [], vias:...
second error I can understand. first one seems like nodejs internal error, cuwire doesn't contain file named `node.js`
fixed obvious thing, please try: 1. copy cli.js from https://gist.github.com/apla/78781f0032f5a5cea272 2. run node ./cli.js boards
try NODE_PATH=/usr/local/lib/node_modules node cli.js boards
hmmm, works fine for me, just tested it. ok, try another way: 1. install newest cuwire by `npm install -g apla/cuwire` 2. run as usual `cuwire boards` and, please, tell...
pushed another commit to check error ownership