Dane Springmeyer

Results 403 comments of Dane Springmeyer
trafficstars

The currently remaining packages with `latest` are below: - icu/latest - mapnik/latest - minjur/latest - osmium-tool/latest - tippecanoe/latest - valgrind/latest Of those `mapnik/latest` is the only one I know that...

Also https://github.com/mapbox/mapbox-gl-native/issues/609. It looks like something is messed up with return codes inside mason. I took a quick look today and came up short.

Move the `./mason publish ${MASON_NAME} ${MASON_VERSION}` out of the `after_success:` section to fix this, like https://github.com/mapbox/mason/blob/master/scripts/abseil/c56e782/.travis.yml

Per chat: next step here is to split the mason bash client into a) light install client/consumer that download packages and parses only `mason.ini` and b) heavy install frontend that...

> We should create per-arch build dirs so that we can run config from scratch instead of relying on the build system to update it correctly Noting this to avoid...

Good observation. I've not tried to get the harfbuzz package working yet on android, but planned to soon. So I would have hit this. Two initial thoughts: 1) ragel should...

Thanks for continuing to dig into this. I'm confused however with the issue of why ragel is being source compiled rather than installed via a binary. Can you share the...

Thanks @edkimmel - I'll take a closer look when I have a free moment next week. In the meantime I'll /cc @ChrisLoer @kkaefer who are also likely thinking about getting...

👍 It feels right to me to be able to use mason packages without the mason bash installation client when appropriate. Thanks for pushing this forward. > I believe there's...

I like how you are thinking here @mapsam. Before I answer specifically I'll sketch out a basic vision for how I think "mason clients" should work. - We should support...