Ahmed Zoghlami
Ahmed Zoghlami
Hello, Thank you for this amazing module. I'm looking for a way to easily use a valid token or refresh it easily before passing it. I tried this approach but...
Thank you for this awesome app, tu-ql is really cool When trying to perform a search on the name field in "Task" model, I tried the SequelizeJSON format as recommended:...
Hi, Great work ! I'm currently switching from CryptoJS and couldn't figure out how to reach this outcome: ``` var encrypted = CryptoJS.AES.encrypt("Message", "Secret Passphrase"); var decrypted = CryptoJS.AES.decrypt(encrypted, "Secret...
Hi, Just followed [this demo](https://codesandbox.io/s/vue3-meeting-selector-hiloic?file=/src/App.vue) in order to install VueMeetingSelector (^2.0.0-beta-3) on **nuxt3 (RC9)** and I got this error: ``` [nuxt] [request error] [unhandled] [500] document is not defined at...
Hi, thank you for the great work you've did ! I would like to have a query that returns all the "Events" that are happening during the next weekend. This...