Pascal Luther

Results 29 comments of Pascal Luther

I played around with vuexfire and nuxt when testing if vuexfire works with [nuxt-fire](https://github.com/lupas/nuxt-fire) (see [this issue](https://github.com/lupas/nuxt-fire/issues/30)), and I got it to work just fine. Without using fetch() but using...

If anyone is still stumbling on this, I made vuexfire work in a Nuxt SSR app with using `async/await` and the new `wait: true` option by binding **once in fetch...

@fergusmeiklejohn Binding on a server does per se not make sense, you are right. Doing a single call on the server and then only binding on the client is for...

I'd also vote for this to be merged, would be super useful :) I need to restrict users to only create 1 element and not multiple, and this would allow...

I'd love this as a configuration option as well, especially since `maxlength="50"` doesnt work on `` anymore with this simple-mde. My solution so far is the following, just disabling the...

Hey @mentAl-maZe Thanks for reporting. Can you hit me up on Discord so we can talk about this issue? You should be able to find me as "lupas" in the...

@mentAl-maZe Any news on this? How should we proceed here?

@mentAl-maZe This is open-source, I'm not expecting you to do anything ;-) Everything you do is more than appreciated! :-) I'm super busy myself these days and can't get anything...

@alanlobeslab Not yet... Had a look at it but couldn't find a simple solution and then run out of time.. not sure when this can be fixed. If someone has...

Sorry for the late response. Currently a bit busy, if anyone has time to look at this please feel free to create a PR.