David Ascher
David Ascher
After some wire sniffing, it seems that the `request` module by default (now?) sends the data as json with a `Content-Type` of `application/json`, which seems to confuse cayley. Changing the...
Drive by: we do use Google analytics on lots of sites and have a carefully drafted agreement with Google w.r.t. privacy. Talk to web prod folks like cmore to get...
Yes, there's obviously rasterization going on here with the text (and circle) rendering. I suppose what I'm asking for are some knobs on the resolution of the buffer used, esp....
FYI, the way I'm solving this for now is to create a special AWS user with permissions to do scans on the one DynamoDB table (`lambci-builds`), and treat that user's...
I realize it's an extreme usecase compared to lambci at this point, but it's proven massively useful to track flakiness, past failures, etc. on larger projects, e.g. [Mozilla Treeherder](https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound) and...
No pressure from me! On Tue, Jul 12, 2016, 12:02 PM Michael Hart [email protected] wrote: > Yeah, fair enough. > > I think for most ppl it's a rare enough...
@rhagigi Thanks for the detailed description. I'm almost there. I'm finding that even though I have added FontAwesome (or Material Icons) as a font to my Mapbox style, and even...
Hmm, reading on the API (https://www.mapbox.com/api-documentation/#fonts) it seems that API call is just getting a single glyph, which should be fine. Maybe it's just my character lookup isn't correct.
Figured it out. The mapping from icon to a string was where I was failing. For the next people who run into this issue, here are the incantations to map...