T Suzuki
T Suzuki
The markers in the example do not load properly since the relative path does not exist when it's loaded in JSFiddle. For this [example](https://docs.mapbox.com/mapbox.js/example/v1.0.0/multiple-marker-filters/), the JSON assets should be loaded...
**Why** The unit test instructions are out of date, possibly because of the change in the directory name and possibly because of change in Android Studio. **Expected** A new developer...
It seems like we have Christian/Jewish/Buddism icons but not for Hindu. I know this is not on purpose, but is it possible to support this? #### Icon Request - [x]...
Fixes https://github.com/mapbox/mapbox-gl-directions/issues/170
## π Bug Report Same behavior as https://github.com/i18next/i18next-parser/issues/199 where the spread operator generates an error using i18next CLI on `v4.1.1` ## To Reproduce ``` import React from 'react'; import PropTypes...
Fixes https://github.com/mapbox/ios-sdk-examples/issues/414  CC: @chloekraw
To help developers detect errors, we should provide an example that showcases how to achieve this. The below uses MGLObserver to detect errors when tilesets and their sources are not...
I would like to see ``` export default const name = (props) => { return ( ... ) } ``` instead of https://github.com/mapbox/jsxtreme-markdown/blob/a8eb8db936933921438b48ea247bd80ca7bc4aad/packages/jsxtreme-markdown/lib/templates/default.js#L34-L39 This is to support react hooks in...
What I have ``` --- title: Hello World --- ``` What I want to achieve ``` --- title: translate('Hello World') -> "γγγ«γ‘γ―γδΈη" --- ``` I see `stringifyObject` in the code...