Per Persson

Results 10 comments of Per Persson

I came here for the same idea. Plotting the quotient change/total or perhaps exp(change/total) would show the spread rate. This value could be plotted against time, either absolute or since...

@prestonraab. That's more or less the same thing.

Arrow is a more generic class of structures with a stream-like behavior. http://en.wikipedia.org/wiki/Arrow_%28computer_science%29

I also miss line numbers. Especially in larger files it can be difficult to find the specific lines that you want to look at.

I'll try. Might be some plugin or extension that's interacting.

The error message was informative enough for me. Maybe it would be a better solution to add a command line switch for allowing the script to overwrite existing files.

I'm not used to do programming in ruby, so I think that you would do it quicker and better. But if you don't have time, maybe I could try to...

I think that the problem here is that `require('electron')` in [`node_modules/electron-pdf/lib/index.js`](https://github.com/steric85/makePDF/blob/master/node_modules/electron-pdf/lib/index.js) resolves to a [module just exporting a string](https://github.com/steric85/makePDF/blob/master/node_modules/electron/index.js). I got the same problem today when npm downloaded [this](https://registry.npmjs.org/electron/-/electron-1.4.16.tgz) package...

Is this the same problem that I experienced when I tested ksnip? When I wanted to take a screenshot, the screen changed to show my wallpaper and all I could...

Came here to report the same problem and saw this issue on the top.