Pier Bover
Pier Bover
Would be great if there was this in the front page below the NPM install: ``` ```
Maybe this? `` https://www.jsdelivr.com/package/npm/simulacra?path=dist
Hey Is there any guide on how to use S3 with this project? @abacigil we tried using your fork but we got a `make` error `unrecognized option -static`. I'd post...
You can already search in Gmail and Drive with the default Alfred web searches. Good point about Keep though. I will add it.
It's not possible. There is no Google Keep API and no way to do it with a URL like with Docs. You can complain about it here: https://issuetracker.google.com/issues/36760910 If there...
Same problem here. We have a script that works at the global level that we import via a `` tag and is obviously not available on NPM.
Apparently there's some work done on it. See: https://github.com/jgthms/bulma/blob/master/sass/components/dropdown.sass#L66 I tried it, and expected buttons to look exactly like links with the `dropdown-item` class, but they don't:  ``` Hello...
Icon support is also broken. My fix: ``` button.dropdown-item { border: none; border-radius: 0; display: flex; justify-content: start; } ```
Any updates on this @patrick-steele-idem ?
> I've been using Vue for a little over a year and love that it has officially supported plugins for critical SPA/PWA functionality Couldn't agree more. IMO Vue router and...