Claudio Pilotti

Results 8 comments of Claudio Pilotti

I stumbled upon this issue but was able to solve it for me by modifying the [browser_context_args](https://playwright.dev/python/docs/test-runners#fixtures): you can configure the creation of `context` by modifying the [browser_context_args](https://playwright.dev/python/docs/test-runners#fixtures) fixture, either...

Hiya, came here to report this too. Did some digging, this is what I got so far: Leaflet adds the CSS class `.leaflet-interactive` to the layer that you draw, e.g.,...

+1 Thanks for the workaround @timbtimbtimb. I ran into the same problem and created a [JSFiddle](https://jsfiddle.net/strfx/tndmLf18) to illustrate.

Bumping this issue: Rounding the layer points to their nearest integer causes small layers to massively distort at small zoom levels. https://github.com/Leaflet/Leaflet/blob/d404fc50b073ba57bf44b0d10873d85871f040a8/src/map/Map.js#L1003-L1006 What is the purpose of rounding the layer...

thanks for the feedback @codeofsumit and @Falke-Design - approach sounds sensible! Will follow up with a PR soon.

Facing the same issue when running `npm clean-install` (e.g., in CI), as it wipes out `node_modules`. I'd like to configure the cache directory directly when setting up `enhancedImages`. I am...

@dominikg I assume with #14988 SvelteKit completely delegates caching of optimized images to vite-imagetools. As @elliott-with-the-longest-name-on-github pointed out, vite-imagetools stores its cache by default under `node_modules` and there is currently...

Thanks @dominikg for your feedback! > Is there any kind of effort to prevent stale cached images from being reused in a future build although some configuration has changed (eg...