Daniel Sherman

Results 9 comments of Daniel Sherman

I'm not sure what the level of effort would be, but from a feature standpoint, this would be very useful. The raster urls we use have query strings for selecting...

I don't think you can reliably change the tiles url of a source in mapbox. Even if you do, I don't think you can get the behavior you are probably...

Yes https://docs.mapbox.com/mapbox-gl-js/style-spec/sources/#image

> Hey folks, we're wanting to upgrade Strapi to use v2 of `rtk-query` but are facing this issue, is there any known workaround or potential route to investigate 🤔 I...

I love this feature and am probably using it a lot more than you intended at this point lol, but I just want to give some feedback from a future...

I agree, simpler is better. I don't know if it even needs to be explicitly supported as a mode if it can work with tweaking existing settings. I have a...

FYI for anyone following this issue, this feature is currently in Mapbox v3.0.0-beta. It was merged in via a different branch. https://github.com/mapbox/mapbox-gl-js/commit/817fe631d3228c3e732f8f5a8411b66437158891

The problem seems to be a dynamic import in worker.js in the package eslint-plugin-prettier. I tried a few fixes and I could only get it to work using require. Dynamic...

Do you know why, when it's unplugged, the dynamic import still doesn't seem to work but it does work when you change it to `require`? I would guess that it...