Máximo Mussini
Máximo Mussini
Hi Ben! For some presets (like the density one) and certain use cases the size of the image does not represent the display size. I would make this feature opt-in,...
Hi Dustin, thanks for the suggestion! That would involve processing every image referenced in the project, so wouldn't recommend it for most projects, but in smaller sites it might be...
Pull requests are welcome! In terms of design: - Should be an optional feature, preferably implemented as a separate Vite plugin - The plugin would add the integrity hash as...
@tmaier Given that this requires changes to public APIs in `ViteRuby::Manifest`, it will need to wait for the next major release. Experimental support is available in the [next] branch, you...
Normally you would change `sourceCodeDir` to reflect the location where most of the assets will be placed. Can you share the full project dir structure to understand what you are...
Gotcha, there are a few ways to address this: - Auto-detect the definition of a `resolve.alias` in the user config for these prefixes and skip the current behavior - Add...
After thinking about it, the inconsistency of the meaning of `~/` in these different contexts would be too confusing. If you want that behavior, you can use the workaround mentioned...
@Haroenv I was using `@docsearch/js`, but ergonomics are better if you can use the components directly. - [Before](https://github.com/ElMassimo/iles/blob/8852ec8313494a2629c587d8e0c0f2b40217572f/docs/src/components/DocSearchBox.vue#L7-L28) - [After](https://github.com/ElMassimo/iles/blob/main/docs/src/components/SearchButton.vue#L9): [component](https://github.com/ElMassimo/iles/blob/main/docs/src/components/DocSearch.jsx) It's a nice-to-have, but it seems reasonable 😃
The implementation in [`4.0.0.alpha1`](https://github.com/ElMassimo/vite_ruby/commit/0b3142cd9d569a5f56821f53cdade337779bb0c1) lives in the [`next`](https://github.com/ElMassimo/vite_ruby/tree/next) branch, and is "ready". > Given that this requires changes to public APIs in `ViteRuby::Manifest`, it will need to wait for the...
Hi, I was on vacation, planning to update dependencies later on. There are [some incompatibilities](https://github.com/ElMassimo/iles/tree/update-deps) related with changes in the way Vite 4 handles ESM, but there should be a...