Anand Eng-Thakker
Anand Eng-Thakker
Agreed, prefixed property handling is something that needs work here. See also #15 and #28
@jensgro Thanks for raising this; it's definitely a problem. The easiest (but maybe least helpful) thing would be to change the column heading to "Browsers with missing **or partial** support"....
@ncoden Hmm. If I'm not mistaken, this is something you could already do by looking at `usageInfo.featureData.missing` and `usageInfo.featureData.partial` in your `onFeatureUsage` function. Is that workable for you?
Oh damn: https://github.com/tmpvar/line2 https://github.com/tmpvar/polygon.js https://github.com/tmpvar/circle2
@openjck Yeah, this seems like a useful feature. I'm wondering what the best approach would be here. As @mrmakeit brought up in the original issue, we'd need a mapping from...
Note to self/others: I wonder if there already exist any nice, long lists that could be used to bootstrap the 'sensible defaults' piece...
@Flimm I like the idea of using comments to mark exceptions to the linting rules being used. However, I _also_ think that the ability to configure rules more globally would...
Interesting. You know, now that [stylelint](https://github.com/stylelint/stylelint) exists, it seems to me like this might be duplicating functionality that's already being handled much more systematically over there. I wonder if it...
@mourner see https://github.com/mapbox/vt-pbf/pull/8
Ahhh, this problem goes deeper than I realized -- I read too quickly 😄. And anyway, the geobuf thing sounds like a much better solution, ultimately!