James Seppi
James Seppi
This is a re-attempt at https://github.com/richardgirges/express-fileupload/pull/152. It adds a new configuration option, `numFilesLimitHandler`, so that the consumer can provide a handler function when `busboy`'s `'filesLimit'` event is triggered. This event...
What do you think about formatting your iss-now response as GeoJSON (http://geojson.org/), or perhaps offering a slightly different endpoint such as `/iss-now.geojson` that does so? Since GeoJSON has become more...
Source url could be undefined -- check before calling `.split` or performing other operations on it
On this line in `_getAttribution`: https://github.com/mapbox/mapbox.js/blob/1db88e7bf25b2bd2cd940a264b557cf4a41c43d8/src/style_layer.js#L33 Each source `url` has `.split()` called on it. If a source without a `url` property (such as a geojson source) is present in the...
Looks like there used to be support for Spatialite that has since been removed with the move to plug-ins for cache providers. Will it be coming back as a plug-in...
https://npmcdn.com/#/ ref: https://github.com/simple-statistics/simple-statistics/issues/150#issuecomment-227450434
As discovered by @CouchFrancois in https://github.com/mapbox/maki/issues/370, the new Maki icons are not available via the static marker API. Will need to update documentation/examples/comments in Leaflet.MakiMarkers to let users know about...
Hound is recommended here: https://frontend.18f.gov/#on-github-with-hound I'm pretty sure Hound is not on the approved SaaS list. The recommendation could maybe be replaced with Code Climate (which is also a nice...
If an SVG buffer with percentage-based `width` and `height` attributes is passed to `mapnik.fromSVGBytes` (or I assume any of the other `fromSVG` methods), the callback receives no `error` and a...
#### Description of feature or bug User should be able to use the Federalist site to delete files (off of S3) from a specific published branch. We store lots of...
It seems like we already have access to the list of branches in a repository (since they are listed in the "GitHub Branches" table). It would be a nicer user...