David E Disch
David E Disch
 The build steps that we have above execute in the order: - install node - npm install - es lint - sass...
## 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...
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...
closes #741
**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...
- 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`...