Samuel Beek
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...
Updated now :) thanks
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...
I think this a security restriction by Apple
Do you have some AWS environment variables set in your bash_profile? Do you use AWS for other projects as well. That's what's causing the issue on my computer.