Results 144 comments of Andre-John Mas

Upon further inspection of the source code, there really isn't much in terms of useful logic. I simply ended up using the [app.config.globalProperties](https://vuejs.org/api/application.html#app-config-globalproperties) to assign `hellojs` to the vue global...

Wondering whether there should be a check for this? Additionally that promise rejection should probably be handled?

In the meantime, I am trying to piece an example together that uses IndexedDB (based on examples and example in LokiJS): ```js import Loki from '@lokidb/loki'; import LokidIndexedAdapter from '@lokidb/indexed-storage';...

@Viatorus thank you. Would you consider an initial example in the Read Me or as a new page in the docs? Also, can they be await/async or do they need...

Looks like there is a fork under their organisation: https://github.com/mailgun/mailgun-js , but looks unmaintained. Just [opened a ticket](https://github.com/mailgun/mailgun-js/issues/56) to find out what the right NPM package is. If mailgun proves...

@tomastan I ended up [forking](https://github.com/ajmas/vue-authenticate-2) the project, but I'll need to look at my code to remind myself.

@tomastan I just looked through the code and right now there isn't an alternative to the popup. Looks like some code rework is needed to provide that possibility. I'll create...

It is Vue 3 only. I made the choice because of our own project requirements and I couldn’t work out how to make it support both.

Can you see if vue-authenticate-2 solves any of this?

What is the current equivalent to reset the the consent? Right now, since I am using local storage I am manually clearing it, but unless the page is reloaded we...