Jose Salazar
Jose Salazar
+1 material design would be great
> I think it's out of scope of the library. All of `refresh()` is called by users. It means that users can always know whether it's `isFromUI` or `isFromRefresh`. @cocopon...
:+1:
I realize that when a user signs up using an already in use `email` don't get any error messages, `auth.signUp()` just returns the user. i think in this case i...
@laco0416 You're right, but I found a solution using the [plunker example](https://plnkr.co/edit/uzcYiN?p=preview), and I just want to share, maybe it's not the best way, but works to me ❤️ 1....
@mlavi @Andreagit97 How did you install it? I followed the instructions in the repository, but I got this error when I run `vagrant up` ```bash Vagrant failed to initialize at...
@FloEdelmann thanks for your response, I understand that we can use the `@eslint/markdown's processor` to lint code blocks from `.md` files, but what about the `script` tag with vue logic...
Vitepress brings the ability to use [Vue component logic](https://vitepress.dev/guide/using-vue#using-vue-in-markdown) in `.md` files out of the box, `vuepress` did this before, and I found that `SveltKit` provides this feature too but...