Dominic Garms

Results 180 comments of Dominic Garms

> Also, when copying the files I get the following bundlesize increase (expected): > > [graphcommerce-org/graphcommerce#1579 (comment)](https://github.com/graphcommerce-org/graphcommerce/pull/1579#issuecomment-1239788897) > > When using the library as is (with the missing dependencies installed)...

I'm closing the issue seems to be working as expected.

I think this is a great candidate for the v7. I wanted to do that already but didn't want to introduce breaking changes. v7 would be a great fit to...

add the peerDependencies, they will be stripped out of your bundler ```ts # yarn add @mui/x-date-pickers @mui/icons-material ```

is that really a concern nowadays? Isn't everyone using modern tools like Vite or NextJS which have very fast startup times? We could have a look for v7 if it...

I guess the best would be something like a `?o=1` (optimise=true) and based on the supported request header the image proxy would return WebP, AVIF or any other image format...

@jovermier yes I think any path, either `o`=>optimise or `c`=>compress would convert the image in following order: AVIF, WebP or no manipulation based on `Accept` header. I would assume that...