Samuel Beek

Results 8 comments of Samuel Beek

Same here unfortunately. It does load the bundle, so I'm curious what's causing this.

Did you add `import Cartography`?

Both @MPiccinato and I dove into this and it is slowest when combining assignment and comparison operators. So for instance in a line like this one `view1.centerX == view.centerX +...

I've added a couple of functions to my project to replace the == operator in cartography. You can find them in this [Gist](https://gist.github.com/samuelbeek/3fd61dae6d9e0c3a4ed81c2a17a4ca9c) (WIP). It slimmed down the compile time...

Okay, thanks!

Yours looks a lot sharper :). I knew what I was doing wrong: I set the height inside the jquery.spidergraph script. I've changed that and set the height in the...