Sean Sullivan

Results 13 comments of Sean Sullivan

I am seeing this issue also. I have nodes that are connected and the more node/connections that are added the rendering of the canvas slows down exponentially. https://codepen.io/desean1625/pen/WqpXqK

@freegroup Further investigation it looks like the non linear increase in time is caused by the draw2d.shape.basic.Label and other text based objects.

The fix for this is php-language-server-master/src/FilesFinder/FileSystemFilesFinder.php ```php

Even better than that with the new chrome use offscreen canvas object. https://developers.google.com/web/updates/2018/08/offscreen-canvas

@Horace89 Did you come up with a script for this? Is so please share so.

This doesn't seem to work for me either. The dataset is cool, but I don't believe that the positive and negative similarity is valid. doesn't matter what images I put...

Workaround is ng-if on parent container to remove ui-grid completely, then after digest cycle add ui-grid back in.

Same issue here. Virtualization of columns is causing the ui-grid-filter to not compile when the width is set on columns. Codepen example with 4.7.1 https://codepen.io/desean1625/pen/exPJpN

@mportuga 4.6.6 Works Codepen Example with 4.6.6 https://codepen.io/desean1625/pen/vbbyvV

Getting same error on linux. Tried removing the package and reinstalling. Changing my user settings to ```"formatter_version": "regex",``` prevents the error, but it doesn't run the beautiful soup formatter. To...