Lucas Wojciechowski

Results 46 comments of Lucas Wojciechowski

Noting that the **HTML** and **Markdown** columns above refer to whether or not the tag's value is rendered in the provided default HTML / Markdown theme.

Just had a quick phone call with @mapsam and @anandthakker to discuss this. We're going to band together to write a lightweight `API.md` that - lists all methods - provides...

We're due for an overhaul of our attribution system #1485. Perhaps we could support a per-source attribution syntax like ``` attribution: ["© Mapbox", "© OpenStreetMap", "© Digital Globe"] ``` So...

Right. Substring matching sounds like a better short-term solution.

This was partially addressed by https://github.com/mapbox/mapbox-gl-js/commit/d7dacd63937b0429df46b8279a75090727501efd and I have not heard any reqests for refinements since. Related to #1485

_From @divya1c on March 15, 2016 21:26_ Hi! is the regex feature added to mapbox gl yet?

_From @tmcw on March 15, 2016 21:33_ If the issue is open, the task isn't done yet.

_From @1ec5 on July 10, 2016 22:53_ `regex` (or `like`) would be more discoverable/memorable, since `~` has wildly different meanings in every language.

_From @tmcw on November 22, 2016 21:6_ To unpack what's necessary to implement this feature: 1. Naming - `regex` or `~` 2. Compatibility across GL JS and GL Native 1...

_From @1ec5 on November 22, 2016 21:59_ @jfirebaugh points out that we can use [`std::regex`’s ECMAScript regex support](http://en.cppreference.com/w/cpp/regex/ecmascript) in gl-native to ensure compatibility between GL JS and the native SDKs....