Andrew Bone
Andrew Bone
Is it worth me keeping these pull requests open or shall I close them?
This has been generalised as well now.
Currently, we export our courses after we make a few changes and push the files to an internal git, this helps us keep track of changes and allows us to...
You could add something like this to detect `prefers-reduced-motion` specifically. ```tsx const [reduceMotion, setReduceMotion] = useState(false); // Update reduceMotion on media change useEffect(()=>{ const mediaQuery= window.matchMedia('(prefers-reduced-motion: reduce)'); const updateMatch =...
I've downgraded back to 5.1.1 for now as that doesn't seem to have to the issue.
Looking at this it seems polymer-analyzer, formally hydrolysis, reports if something is inherited but doesn't say specifically where it was inherited from. We do have a list of dependencies so...
Any sort function would have to be server side, for any search that returns more than 20 results. The class that manages it is [SearchContents](https://github.com/webcomponents/webcomponents.org/blob/10a30bf57c6f6a37a8e1abf5b9317647dfb1c9e2/src/api.py#L17) it looks like it's fairly...
If you press the [Demo](https://www.webcomponents.org/element/@polymer/iron-icons/demo/demo/index.html) link in the `README` section it will open the demo panel. I think the link being missing on the left-hand side may be related to...
I don't believe this is the case anymore, is it?
Looks like it's moved to here https://wicg.github.io/webcomponents/