David E Disch

Results 10 issues of David E Disch

![screen shot 2017-04-07 at 1 49 52 pm](https://cloud.githubusercontent.com/assets/1893118/24817343/631e735e-1b99-11e7-8d1b-b640886fe682.png) The build steps that we have above execute in the order: - install node - npm install - es lint - sass...

bug

## Description Right now there's no way to alter the Webpack config that's used to build Gatsby Functions. This change uses the standard Node API `onCreateWebpackConfig` and introduces a new...

topic: webpack/babel

Having the library user keep track of the Isolate instance improves performance by 5x from my tests in the benches. This could be further improved by multi-threading since the user...

**Description:** https://github.com/swc-project/swc/issues/3424 added support for the `reserved` mangle option which prevents identifiers from being mangled when listed in the array. This is fine in most cases but can cause issues...

I noticed that Chrome Dev Tools now has a feature to show all media query widths for a page. It might be helpful to some users of Percy to have...

**maplibre-gl-js version**: 5.15.0 **browser**: N/A ### Steps to Trigger Behavior 1. Change minZoom or maxZoom such that the current zoom is out of bounds and will be updated to fall...

bug
PR is more than welcomed

- Triggers `zoomstart`, `zoom` and `zoomend` when calling `setMinZoom` and `setMaxZoom` - Triggers `pitchstart`, `pitch` and `pitchend` when calling `setMinPitch` and `setMaxPitch` - Markers will update on `zoomend` and `pitchend`...