Peter Kurlak

Results 7 comments of Peter Kurlak

Correct. pip installing this module is definitely broken as it's only bundled with libmonetdb5.so, and I can't successfully build this project with mingw32-make. With some changes to the Makefile, I...

Does git stash account for the slow down when both branches don't have any uncommitted files? Here's what I see when I execute the following sequence of commands: Command |...

Are you sure webpack should be looking in 'node_modules'? Did you manually rename your bower directory to that?

I got dagre to work with webpack by forking dagre and graphlib and modifying the bower.js file so that index.js is "main" and the "lib" folder/index.js aren't ignored. This allows...

dagre-webpack and graphlib-webpack repos are now published to bower

Are you using the dagre or dagre-webpack package?

I've updated the [README.md](https://github.com/pakdev/dagre-webpack/blob/master/README.md) for the dagre-webpack project with instructions. Your code looks correct, but I never tried requiring dagre-webpack directly. I've always used the bower-webpack-plugin. Perhaps the plugin automatically...