James Friedman
James Friedman
I'm excited to try out the lib, but I know shadow dom is not widely supported yet. Are you polyfilling older versions, or does this only work in Chrome and...
There was a weird issue I came across where patching native getters and setters was causing problems with React events firing. https://github.com/material-components/material-components-web/issues/4018 In exploring the differences in implementations, I came...
Interesting bug that took me forever to track down. Basically, unless you explicitly set driver in localforage.config, Chrome and Safari are indeterministic about which driver they will use, resulting in...
- This module does exactly what I was looking for, I'm enjoying it - there is a hidden option of options._browser that allows you to pass the browser instance in....
MCW V14
Master Task for bringing all MCW components up to current. All components should also include updated tests using @react/testing-library Tasks - [ ] Convert `tag` prop to `as` and look...
I will happily add this to the documentation, but I need help figuring out how to use it ;). Basically I want to extract a quadrilateral region from an image...
Your library is my last hope in solving my problems for this app. Basically, I'm trying to do an extraction of a card using hough lines and finding the intersection...
I love this library, I use it to generate the documentation for https://jamesmfriedman.github.io/rmwc/. If this library could detect cast expressions from Flow, it seemingly would fix any sort of style...
So happy to find an auto-importer that actually works! Imports should be combined with ones from existing modules. Current Behavior, follow the numbered comments ```javascript import { Button, ListItem }...
Hey, great work on this lib! I was about to build me own. Ran into an issue where the DL class doesn't get parsed out properly if there is a...