Ryan Hamley
Ryan Hamley
This ticket consolidates reports of flaky tests in one place. ### Render tests: #### render-tests/dynamic-filter/symbols/line/: - [ ] `render-tests/dynamic-filter/symbols/line/combined-pitch-distance/low-pitch-far-visible` - [ ] `render-tests/dynamic-filter/symbols/line/combined-pitch-distance/high-pitch-far-hidden` https://github.com/mapbox/mapbox-gl-js/issues/11730 - [ ] `render-tests/dynamic-filter/symbols/line/combined-pitch-distance-data-driven/late-dynamic` - [...
This bug was initially filed as https://github.com/mapbox/mapbox-gl-js/issues/7019 but I'm moving it here because the bug is in the plugin. When you change a map's style, the route feature is removed...
The current answer for the duplicates question is this: ``` var seen = {}; var dupes = []; for (var i = 0, len = arr.length; i < len; i++)...
Import repo: `import MapboxCircle from 'mapbox-gl-circle';` Summary: Run Webpack to build the codebase with Webpack's `UglifyJsPlugin` on. Webpack is attempting to minify all the files in the codebase, but cannot...
This PR - updates Emscripten to 3.1.1 - updates ICU to 70.1 - updates all npm dependencies - removes bublé entirely since we no longer support IE11 and don't need...