Matthew Chase Whittemore

Results 12 issues of Matthew Chase Whittemore

When using `dynalite` to test libraries there is no good way to confirm that the library being tested handles `UnprocessedItems` correctly without rolling your own request handler. It would be...

Version: 0.15.3 Function: `polygonClipping.union` Input: ``` [ [ [ [35.183056, 6.658889], [35.182044, 6.658552], [35.182071, 6.658686], [35.182208, 6.658965], [35.182129, 6.658979], [35.181683, 6.659061], [35.181415, 6.659655], [35.181377, 6.660006], [35.181306, 6.660653], [35.181309, 6.661205], [35.181667,...

[The check to see if the SVG is too large](https://github.com/mapnik/node-mapnik/blob/fe80ce5d79c0e90cfbb5a2b992bf0ae2b8f88198/src/mapnik_image.cpp#L2687-L2693) checks `width` and `height` separately while the documentation states that `max_size` is [the maximum allowed size of the svg dimensions...

Right now we store all objects in a buffer while we wait to run them. For many migrations, you will want to filter out objects that don't need to be...

Right now we support `scan` and `stream`. While we have filter functionality to let you transform a `stream` so the migration will only run on some items in the export,...

http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB.html#scan-property @rclark - possible fix for high cpu migrations running at low concurrencies?

Getting a Lambda Function to be triggered by a CloudWatch Alarm requires one to create a SNS Topic and Lambda permission and wire them up correctly to the Alarm and...

Because a button's default type is submit and a form will trigger a submit on enter, giving a button inside of `` an `onSubmit` callback that is the same as...

Tis the problem with being batch first.