Mauricio Saglietto

Results 4 comments of Mauricio Saglietto

If you are planing to maintain the project my suggestion is create a init.js (or the name of your chose) and redirect this project to that ... update the post...

Did you try disabling repaint until the auto distribue is done? something like: ``` engineModel.getLayers().forEach((layer) => layer.allowRepaint(false)); autoDistributeWithDagreEngine(); zoomToFitNodes(100); engineModel.getLayers().forEach((layer) => layer.allowRepaint(true)); repaintCanvas(); ```

to bower.json I only added "angular-resource": "~1.0.7". And to the index.html I added the navbar on the html and as scripts the angular-resource.js, two angular controllers and a service. That...

Could it be mongoose that take to much time to be installed from npm?