Results 29 comments of Luke Swart

@substack I updated this PR and that of `accountdown-basic`. Let me know if there is anything I can do to help integrate this feature into the `accountdown` and `accountdown-basic` modules....

@Barbaross93 Yes, that would work for me :+1: I agree that there's an edge case where multiple rows can be returned after the `grep "$selection"` command. For example: ``` csv="\...

You can see where the Django template checks the token and loads the library here: https://github.com/openplans/shareabouts/blob/master/src/sa_web/templates/base.html#L140-L144 I think this is by design to avoid loading the mapbox-gl-js library unnecessarily. I...

@yml The Planet base tiles weren't rendering for me either. You'll see a line like `default_tiles = planetMapTiles # Uncomment to use Planet.com basemap`, and if you uncomment it, it...

FWIW, I'm getting a response when I hit this endpoint: `https://api.planet.com/data/v1/item-types/PSScene3Band/items/20170520_181725_1044`, but when I query for the assets of that item (by appending `/assets` to the url), I'm getting an...

Seems related to this issue: https://github.com/bjrmatos/electron-workers/issues/278 I encountered the same `electron manager could not start all workers..` bug, which only occurs on Linux. I was able to workaround this by...

in re: >Provide an email or other contact method for requests for invites to ChatGrape I think we should just link them here: https://gitter.im/mapseed/Lobby That's the same link we're using...

I talked with some folks about the ChatGrape -> Gitter migration, and I got this interesting feedback: >There's just something nerve-racking that I can't shake when it comes to me...

I think we should start implementing UI testing as we convert our Backbone views to React components. With the React API, we should be able to test the cases enumerated...

That sounds good - I'll make sure we have support for both formats 👍 Note that I'm assuming the legacy format will be the default, and that we can deprecate...