David Buck
David Buck
# Summary My `next.config.mjs` file has `next-pwa` configured like so: ``` export default withPWA({ pwa: { dest: "public", register: false, skipWaiting: false, dynamicStartUrl: false, runtimeCaching, disable: process.env.NODE_ENV === "development", },...
I think there are some side effects of using `Intl.Segmenter` to break strings apart., and then using rules to re-stick strings back together: segment widths don't seem to get recalculated...
**mapbox-gl-js version**: 3.9.0 beta **browser**: Chrome 131 ### Steps to Trigger Behavior I have a sprite that was created with a built-in offset to make it easier to overlay on...
Describe the bug In our production build of the TWA (installed via the Play Store), geolocation delegation fails on certain devices—even when location permission is set to "ask every time."...