T Suzuki

Results 27 issues of 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...

bug
docs

**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...

archived

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]...

p2
blocked

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 ![Screen Shot 2020-10-02 at 23 04 50](https://user-images.githubusercontent.com/6927131/94932209-b8e52d80-0503-11eb-9e56-c824d2d2d724.png) 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...