Flemming hansen
Flemming hansen
Hi, I am using Browserify in a legacy browser environment, which means that the window namespace is volatile and unsuitable for storing global variables that I want as globals in...
Setting .env `API_URL` works in local development, but the same accessing mechanism, `process.env`, doesn't work on Cloudflare Pages deployment. The environment variables are set in CF build settings, and I've...
Hi again, in ref to https://github.com/AmpersandJS/ampersand-rest-collection/issues/26, I just wanted to get seconds on this opinion: IMHO, it doesn't make sense for the `rest-collection` to have the same constructor as the...
### UnoCSS version 0.57.6 ### Describe the bug Hi all, VS-Code autocomplete does not work unless file-association is set to 'html'. There have been a few similar reports, ([#2974](https://github.com/unocss/unocss/issues/2974), [Discord#unocss](https://discordapp.com/channels/937808017016119440/937811334907723806/1139670222811451424))...
Hi guys, excellent plugin. May I suggest an option to override the `varModules`. Case is that I only need `color`, which means I have to add `false` to everything else....
Hi guys, Using inline partials to fill up slots in another partial is a fantastic feature when developing themes. See https://handlebarsjs.com/guide/partials.html#inline-partials However slots that are empty by default *must* be...
Would be excellent if you could add some info on what the `products-data` you are working with in the README examples looks like. Cheers.