John Firebaugh

Results 208 comments of John Firebaugh

Finally figured out that this was because of a validation error (first coord != last). To avoid data loss, save should be disabled in this case, or it should save...

I've found that this is caused by third-party packages which include type declarations that use react types and have a phantom dependency on `@types/react`. These packages should list `@types/react` in`peerDependencies`...

I'm not sure iD would be able to benefit much from this unless `parent`s were included with the map call. It relies almost exclusively on the map call and almost...

What are you using to generate vector tiles, and with what configuration? From the screenshots, it looks like the tiles have either an insufficiently high maximum zoom level, or a...

@Amit-Gore Could you put together a self-contained example on jsbin.com that demonstrates the issue?

Could this be reopened? I'm still very much interested in it. Not being able to just `node test.js` mocha tests was one of the main reasons me and my colleagues...

For clarity, the lack of a `require`able interface is not the primary blocker here from a user perspective. The following is already documented to work: ``` var describe = require('mocha').describe;...

I see the same behavior with `"auto_explain,pg_stat_statements"`.