Łukasz Florczak
Łukasz Florczak
Add better transition rules in this situation: https://codepen.io/lukaszflorczak/pen/WNQRrbb?editors=0011 The effect should be like here: https://github.com/lukaszflorczak/vue-agile/issues/129#issuecomment-615789105 Probably problem reasons: `asNavFor` or `responsive`
Hi everyone! Because English is not my native language I will be very grateful for any help with vue-agile documentation. If you are an English native speaker or you know...
Hey. I'm trying to use supabase (which uses `cross-fetch`) with Nuxt 3 and I found a problem with `browser-ponyfill`: ``` Uncaught SyntaxError: The requested module '/node_modules/cross-fetch/dist/browser-ponyfill.js?v=6f3da668' does not provide an...
Hi. I have products with custom, unique 6-chars ID (for example `123456`). I added test product by MongoDB console: ``` db.products.insertOne({ _id: "123456", name: "Test Product" }) ``` My Adonis...
It would be also great to have an extension for WebStorm (and other IDEs from JetBrains). Related to: https://github.com/Nutlope/aicommits/issues/21
### Version @nuxtjs/supabase: v1.1.2 nuxt: v.3.6.5 ### Problem description Hi, I attempted to update my authentication flow to include PKCE, but I've encountered an issue during the registration and email...
> Each time a user is trying to access a page that needs authentication, he will automatically be redirected to the configured log in page. If you want to allow...
Hi! I use your component and it works great, but I have an warn/error in browser console: ``` [Vue warn]: Unknown custom element: - did you register the component correctly?...
get_plugin_data() function propably can be used only at admin dashboard. If you are logged, you can see this error, for example on a post page.