Soviut
Soviut
If you are reporting a bug, please fill in below. Otherwise feel free to remove this template entirely. ### Description Using `vue-gtag-next` with Vue 3, VueRouter 4, TypeScript and Vite....
It would be nice to be able to install this via bower. Only the swf, minified and unminified dist files are necessary and you can include dependencies for jquery and...
### What problem is this solving I have a store. I copied it to make a second store but forgot to change the name of the second store. This resulted...
We are using nuxt/auth to sign in with Auth0. Sometimes, when redirecting back from Auth0 to our `/callback` URL, they get redirected to their `/` home URL. At which point...
The Uppy Vue components should emit events. eg: ```html ``` I would expect the appropriate result of the `files-added` event to also be passed to the event handler. Currently, the...
### Which problem is this feature request solving? I spent a day trying to figure out how to exclude a module from a function bundle that was over 50MB. Puppeteer...
In conjunction with the callbacks, it would be nice if `session.save()` returned a promise as well. This would make in-lining session operations with if blocks, try/catch blocks and loops a...
## Versions - 2.0 ## Describe the bug README documentation mentions a "global event bus" which is a Vue 2 pattern used to circumvent a lack of event-bubbling through custom...
Rather than needing to always use the `{ fromCents: true }` option, it would be useful to also allow an object as the first argument which lets you enter the...
It would be handy if the `cents()` and `dollars()` methods had an optional argument so they can be used to set their respective components. ```javascript currency(25).cents(50).dollars(20) // returns: 20.50 ```