Alex Burner

Results 7 comments of Alex Burner

I'm here to help in the battle against Stale Bot, I'd be interested in this feature too. That being said, the `z.custom` workaround is working perfectly 👍

Stale Bot, no! We still care ❤️

@tomitrescak @yyynnn likely due to this issue with `vscode-tslint`: https://github.com/Microsoft/vscode-tslint/blob/master/tslint/README.md#how-can-i-use-tslint-rules-that-require-type-information

Thanks for the fast response! I'm looking forward to the results, good luck

Very cool @josephrocca, thank you! That's pretty convincing... I've got a similar-but-different `d3-force` test here: 5000 nodes: http://patterns.website/experiments/workers/force-layout/2nd--drag/dragging.html#5000 10000 nodes: http://patterns.website/experiments/workers/force-layout/2nd--drag/dragging.html#10000 And it looks like VivaGraphJS beats it handily, my...

It was just pointed out to me that the underlying VivaGraphJS layout algorithm lives on its own as [ngraph](https://github.com/anvaka/ngraph), this will make it much easier to create a normalized renderer...

Another 👍 on reopening this. I'm facing a similar issue as this commenter: https://github.com/encode/django-rest-framework/issues/2683#issuecomment-169162906 We're trying to instantiate a serializer with a subset of the overall data, run some operations...