Alex
Alex
@JeRabix sorry have forgotten to make it public it should work now
Looking at the type-definitions of the vite plugin I could find that a `ssr-server` and `ssr-client` mode could be available at some point: Source: https://github.com/quasarframework/quasar/blob/3311a20827c4858e2a9f794ad262308b5068eac1/vite-plugin/index.d.ts#L24-L31 But I'm confused if that...
~~For anyone who is interested.~~ ~~https://github.com/piscis/nuxt-quasar-boilerplate/tree/example/quasar-vite-nuxt3-working ~~ ~~This branch contains a Nuxt3 + Quasar setup that produces a production build.~~ ~~ Spoiler:~~  ~~There are...
Yes sorry it turns out using quasar + vite + nuxt is a bit more challenging, and I decided to abandone Quasar as UI only solution and use something else....
@githubsaturn did a bit of research. I think one OSS lib that implements TOTP for NodeJS + Browser and is still maintain is: https://github.com/yeojz/otplib Browser Demo: https://otplib.yeojz.com/ License is: MIT...
@doncicuto THANK's that seams to work and created the bucket's. I'm going to test in depth now!
> There is the `vue3-konva` npm package. I don't know if it is an official konvajs package or a fork, but it seems to work for me with `vue-3.0.5` its...
It helps to typecast it to a Vue constructor but it's only a temp. workaround. ```typescript .... import Vue, { VueConstructor } from 'vue'; export default defineComponent({ name: 'MarkdownViewer', components:...
Greet 👍 @jkasten2 I opened a PR (#280). This is basically a extract from what we are doing with the `onesignal_send_notification` filter to get the correct url durring publication.
Same here. We mimic the old behavior by implementing a filter that sets the release version based on the theme version or a constant. ```php