Clay Anderson

Results 23 comments of Clay Anderson

@winkert can you check the class I have in the `binary` branch?

Sorry, I don't really have a Ruby environment or know Ruby at all. But here's a jsfiddle that reproduces the issue. http://jsfiddle.net/oq9zg45k/

Related: https://github.com/OAI/OpenAPI-Specification/issues/771#issuecomment-242553014

> I also think that glide get should at least should add an option to disable automatic updates. > The procedure I'm currently doing is that after glide get I...

@KevinGrandon I removed `jest` from top level `devDependencies` and it still doesn't hit breakpoints in my tests with VS Code.

I think I had a previous username on the CLA. It should be updated to `supersonicclay` now. Can you re-run the CLA check?

You can provide deck.gl layers callbacks for changing how things are rendered. If you pass `_subLayerProps` to `EditableGeoJsonLayer`. And in those props, you can pass something like this: ``` const...

This is expected due to mercator projection. The shapes are not actually larger in terms of surface area on the globe. It is the same reason that Greenland looks much...

We use turf.js for these geometric operations (in this case we call `transformTranslate`). Perhaps you can post an issue there with more specifics of what you're after, or if there's...

@Pessimistress this seems to be due to the change of using mjolnir and it attaching event handlers at a higher level. Do you know how we can capture the event...