Sam Matthews
Sam Matthews
Nice! I started taking a peak at the lift this is going to be .. it's more complex than I hoped, considering everything is written in the `dc = dc...
Indeed - @nickpeihl's array idea should work just fine for now.
@nickpeihl all of dropchop is currently written in the "module pattern" (not to be confused with npm modules) and I always find this article super helpful in how to organize...
@jczaplew you should link to your blog post as well, it was a fascinating deep dive.
I like these ideas. Why don't we each take a swing at this and see what we come up with/what we learn and come back with recommendations?
Working on _saving a project_. The new option `save project` essentially takes all layers and `POST`s them to the Gist API, returns a success response, and updates the URL for...
Despite never responding to this, I figure the following GIF is an important first step into this direction. We can actually do the operations! 
Just a little proof that codeship is 👍 with tests commented out  jQuery security updates have been shipped.
Also, how do we handle turf operations that don't require geometry and essentially let you build new geometry? Such as `square-grid` http://turfjs.org/static/docs/module-turf_square-grid.html
👍 I have a potentially very specific use-case for wanting cluster "ready" events: Cluster events like "ready" would be helpful when managing connections within a long-running application. If we can...