Michael Pumo
Michael Pumo
I'm not sure this is a problem with the library itself but requesting media found via the API, I get cross origin errors: ``` await client.login() const photos = await...
Sorry, this is not a bug but more of a feature request. I've looked through the docs and we have _props_ and _events_ but are there any methods we can...
In the design system, you're free to build components referencing other components, without having to import them and without having to declare them within the components object. This is very...
I have updated to the latest Vue Design System **3.5.5** I am following the steps detailed here for my Nuxt site: https://github.com/viljamis/nuxt-design-system I build the design system to `commonjs2` with...
It doesn't matter if I build my design system as `umd` or `commonjs2`, when using the design system in a Nuxt project I get the `window is not defined` error....
For some reason when using the blur option on transparent PNG's, the edges are darkened. This is highly noticeable on images with rounded corners. Is there any way to improve...
I followed the steps in the README and I can get it working, but I'm just wondering if anyone has an example of this working via an SPA without Lock....
Hi Great little script. Thanks! Is there any way we can zoom into the image that is opened up fullscreen? It would be great if this could work with pinch...
I have been reading through the docs on dynamic page generation and I have a good working solution. (Doc: https://github.com/birkir/gatsby-source-prismic-graphql#automatic-page-generation) My current solution: ``` { resolve: "gatsby-source-prismic-graphql", options: { repositoryName:...
### Environment - Operating System: `Darwin` - Node Version: `v16.15.1` - Nuxt Version: `3.0.0-rc.12` - Nitro Version: `0.6.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `-` -...