Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

There are a few icons in the compose library: https://material.io/blog/jetpack-compose-beta We need to check the source code of those libraries: https://fonts.google.com/icons?selected=Material+Icons:fingerprint:&icon.platform=android

You can omit that entry in the PWA plugin options, the default value is not set here https://github.com/vite-pwa/vite-plugin-pwa/blob/main/src/options.ts#L105-L113 : `manifest` entry is declared as `manifest: Partial | false`, we'll need...

What framework are you using? Vite Plugin PWA doesn't use `modifyURLPrefix` in the codebase, only integrations using it.

can you provide minimal reproduction?

try removing w/h attributes from the svg: we're checking how to fix this here https://github.com/unocss/unocss/pull/4060

Checking types here https://arethetypeswrong.github.io/?p=%40mdi%2Fjs%407.3.67 ![imagen](https://github.com/Templarian/MaterialDesign-JS/assets/6311119/97c37a27-0eff-4376-bcab-c393e9205adc) Check also https://publint.dev/@mdi/[email protected] You should add package exports.

Just build the package, generate the tgz and upload it to first url, should be ESM in node 16 ESM.

Thay's why I create mdi-js-es package https://github.com/unplugin/unplugin-auto-import/pull/451

If you have a ui theme just pick the color and use `manifest: { theme_color: ''}` in the pwa options. If the issue is about changing the theme at runtime,...

Looks like current version (main) works fine in VSCode: - `rollupTypes` is breaking stuff for webstorm - without `rollupTypes`, types are broken for node16 We should move this package to...