Misha Koryak

Results 13 issues of Misha Koryak

it would be better if this plugin just ignored source paths that didnt exist instead of throwing an error and blowing up webpack

Removed all code that initializes the plugin (doing this under the assumption that https://github.com/timbunce/devel-nytprof/pull/194 removes the js file from this project). Also removed `show_fragment_target()` because it would no longer work...

see: https://docs.npmjs.com/files/package.json#main having an array makes it impossible to use with browserify - it blows up.

not sure why github is showing such a huge diff. maybe you were using tabs and i am using spaces? anyway, my webstorm ide shows a much more readable diff.

Judging by the number of pull requests opened - some of which are many months old, is it fair to say that this project is no longer being worked on?

fixes issue #33 - the simple login example does not call the `callback` function in `run()`, but it should.

Just reading the docs, noticed that you MUST call the callback in the 'run' method. Your "simple login example" does not do this. It probably should.

there is no each function, the thing is exported as `Csv` whats going on here?

without overwriting other code. The important change here is `+ chunks[node.range[1] + 1]` which allows code like this to work: ``` js foo(require('moment')); ``` without putting that chunk back the...