Tom Pereira
Tom Pereira
I'm experimenting with pager and history.js I was hoping that by not firing the guard callback, pager could prevent the url changing to a new path, and prevent the old...
Although this (from [docs](https://nicedoc.io/css/csso#user-content-api)) works: ``` csso.minify('.test { color: #ff0000; }').css // .test{color:red} ``` ...the same doesn't appear to apply to css custom properties: ``` css.minify(':root { --test: #FF0000; }').css...
It might be nice if this could handle `defer` scripts as well as `async`, as an option. e.g. having a consolidated interface to allow notification either type of scripts being...
https://developers.google.com/web/fundamentals/primers/modules Accept `args.module = true` for a particular script to add `type="module"`. It would be up to consumers to do a feature detect: `'noModule' in document.createElement('script')` ...to decide which script...
Firstly, thanks for (what seems to be) a solution to a problem that's seemingly imperfectly solved elsewhere. However, my use-case predicates styles held on disk in a separate css file,...
It'd be great if this plugin could be used to enforce conformance to a style-guide set of custom properties / variables. I'd love to be able to supply a regex...
Since http://leaverou.github.io/conic-gradient/ supports SVG, it'd be great if this plugin supported an inline SVG data uri, too.
When configuring the demo, the ILC registry at http://localhost:4001/#/login seems to briefly load, then redirect back to the login due to an unauthorized access of http://localhost:4001/api/v1/app?filter=%7B%7D&range=%5B0%2C24%5D&sort=%5B%22id%22%2C%22ASC%22%5D N.B. I changed to...
### Version 29.7.0 ### Steps to reproduce 1. open https://codesandbox.io/p/devbox/2g2fys 2. run "npm run test" in terminal ### Expected behavior I expect Jest not to fail, perhaps allow toEqual on...
[peerDependenciesMeta](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#peerdependenciesmeta) allows marking of peers as "optional". It would be nice if this package had the option to respect that and "warn" rather than "error". > ``` >{ > "name":...