Saad A. Bazaz
Saad A. Bazaz
I don't know about 1), but for 2) you can try commenting out all the lines containing the word "relevant", in ```search.py```. I did that and now I don't have...
Exactly what I'm looking for too. Perhaps can be used as a constructor as well, like other fonts? ```typescript const fontHeading = GeistSans({ subsets: ["latin"], weights: [800], variable: "--font-heading", })...
This is super needed. Recreating feature flags can be prone to human error, and can be devastating and time-consuming for teams. I like how Mixpanel enables you to "mix" multiple...
We ([Grayhat](https://grayhat.studio)) are working on a thin React wrapper which is in-sync with this repository. It's in its early stages, we'd appreciate any help. https://github.com/grayhatdevelopers/material-web-react
My approach may have a memory leak on re-render though. Lol. good luck fixing that.
(discuss) Maybe allow the parser to take in multiple language files? Each language file corresponding to each library. Then may need an extension mechanism. e.g. ```yaml extend: '../../language-file.yml` // or...
Facing this issue. It seems like the images are pointing to `http://localhost:9000/static/.jpg` If I simply change the url, i.e.: `/static/.jpg` The image actually loads!
@jcubic I can try giving it a go. Any pointers to where I can start?
Surprised this wasn't there... Probably an easy one to implement in Open source. Low hanging fruit.