Dragomir Denev

Results 56 comments of Dragomir Denev

@stnguyen90, sorry, could you clarify? Are you inputting `""` (two double-quotes) in the input field or are you NOT providing any value at all?

I see there is 1.0.0 coming. Can this fix be added to the 1.0.0 milestone if 0.16.0 is not going to happen?

I believe swapping is based not on coverage but on the mouse position and its distance to elements - the element which is closest to the current mouse position wins...

> But I suppose you could use the dragenter, dragleave and dragover events to do this yourself Yes but the idea here is a little bit different - if you...

Thanks. Do you have plans to add this in the near future?

It's 2 with [@vue/composition-api](https://github.com/vuejs/composition-api) but I plan to switch to 3 whenever the [Quasar](https://quasar.dev/) framework (which I use) switches to 3.

Thank you, @dobromir-hristov , that was the other approach that I also was thinking of but it didn't feel quite intuitive to me. Do you plan to extend vuelidate to...

That actually works! Thank you, @dobromir-hristov. I think it would be very useful to add this example to the docs - https://vuelidate-next.netlify.app/advanced_usage.html#composition-api

Another observation - if I comment out the call to: ```js await users.create('unique()', payload.email, undefined, payload.password) ``` in my cloud function, then it runs OK even after loading the Authenticaion...

Thank you, @Meldiron but as I mentioned above, the function is working just fine unless I visit the Authentication page. Since I do not change anything between executions (except the...