Matthew Chase Whittemore

Results 38 comments of Matthew Chase Whittemore

Oh man. This is amazing! From a usability point of view, it would be nice to be able to wire up triggers with something like `dynalite.stream('table', function(){})`. It would also...

@mhart - If I'm reading this right, `UnprocessedItems` works in query mode. What I'm looking to test is BatchWriteItem requests which get throttled and end with some things written and...

From what I can tell this is being caused by the recursion in `isExteriorRing`. Locally I converted the recursion into a loop and got an out of memory error. This...

Ah! I keep hoping to have time to really dive into this. Sorry.

OK. I took a quick look. This bug is happening in `simple_select` and `direct_select` but not that drawing modes. This makes me guess that we're enabling dragPan as some part...

@rvratner - If you have time to debug this a bit and make a PR when you find a solution that would be great. Here are the three places Draw...

@mwujek - My gut instinct is that this is best done in user land with that module documented in this repo. That way Draw continues to mange one thing but...

> Where can exactly can I find that? There is not Draw undo/redo module. I was noting that having one to point to would be good. > I'll look into...

`draw.update` is controlled by the modes so its a bit weird. Doing a quick search of [UPDATE](https://github.com/mapbox/mapbox-gl-draw/search?utf8=%E2%9C%93&q=UPDATE&type=) might help track down why this is happening.

@jithintomz please provide a fiddle of this bug happening along with the versions of mapbox-gl-draw and mapbox-gl-js that you are using per the issue template. Regards, Matthew