Sam Matthews

Results 88 comments of 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! ![dropchop-raceroute](https://cloud.githubusercontent.com/assets/1943001/9868835/584d1b7a-5b32-11e5-88b9-209c2a53f2ef.gif)

Just a little proof that codeship is 👍 with tests commented out ![screen shot 2018-01-22 at 10 29 47 am](https://user-images.githubusercontent.com/1943001/35237327-382a0e06-ff5f-11e7-8195-61451e5018fa.png) 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...