Joaquín Sánchez
Joaquín Sánchez
This PR includes: - allow use F5 in `hi` route even when offline, if the entry is cached it will work (press F5 once entered a name and before going...
Should add cleanup logic: ```js self.addEventListener('install', function(e) { self.skipWaiting(); }); self.addEventListener('activate', function(e) { self.registration.unregister() .then(function() { return self.clients.matchAll(); }) .then(function(clients) { clients.forEach(client => client.navigate(client.url)); return Promise.resolve(); }) .then(() => {...
Feel free to use https://github.com/userquin/mdi-js-es here, if so, I'll deprecate my package/repo.
### Environment ```shell Nuxt project info: 13:42:46 ------------------------------ - Operating System: Windows_NT - Node Version: v20.10.0 - Nuxt Version: 3.10.3 - CLI Version: 3.10.1 - Nitro Version: 2.8.1 - Package...
I'm trying to fork `app-datepicker` and cannot install dependencies, `lit-ntml` running postinstall script that depends on `linux shell/bash`. Check https://github.com/motss/app-datepicker/issues/222
Added also support for RTL via global style (I'm not a react expert :pleading_face: ):  RTL: 
I cannot build `date-picker-input` on my local, once the corresponding dts generated, the subpackage types should be fixed: `dist/date-picker-input/date-picker-input.d.ts` missing. Lit is using ESM-Only, you can check latest and 2.8.0...
https://github.com/motss/lit-ntml/issues/81#issuecomment-1908017162 closes #222
### Description Check issue title. There are also some `sh` usages in this repo, you can use `rimraf` to remove files and folders. ### Expected outcome Dependencies should be installed...
Patch to solve issue 29: message customization