Sean Coker

Results 13 issues of Sean Coker

If you're doing any sort of `JSON.parse` of your babelrc file, these keys need quotes. Otherwise you run into something like: ``` undefined:24 globals: ["Error"], ^ SyntaxError: Unexpected token g...

Instead of having to replace the actual `onenter`, `onchange`, `onexit`, `onerror` functions right on the `BigScreen` object, now you can subscribe to them like: `BigScreen.on('enter', function() { ... })`

Webpack `stats.toJson()` is an expensive call. I'm in the process of upgrading to Webpack 4 and noticed when stepping through the code, I'd run out of memory when the stats...

It would be useful to have import/export/sync options so I can host my project settings on something like Dropbox and have CCMenu read from that location across my machines.

enhancement

## New Feature I would like the ability to remove the LocationPuck entirely SDK v10.12.2 ## Why In my app I render a custom puck icon. I noticed in order...

Following the instructions on the [Developing.md](https://github.com/mapbox/mapbox-maps-android/blob/4770aafb7399835c95a09f259dbe2e754ebf9c70/DEVELOPING.md) doesn't seem to completely work for me. Specifically, when running `make sdk-build`, I'm getting errors at this step. I noticed there was a `PrivateRelease`...

bug :beetle:

**Is your feature request related to a problem? Please describe.** Under sort order, I have "close olders" turned off. This didn't work for me until _I also_ turned off "preserve...

Adds ability to export templates as native es6 exports. Consider this a WIP. Brad just alerted me about helpers. Turns ``` js Aftershave.templates.someTemplate = function(args) { // code }; ```...