Abdelrahman Awad

Results 146 comments of Abdelrahman Awad

@jdinartejesus Didn't get around to doing it, unfortunately. I will see what I can do this week.

@jdinartejesus That would be awesome, I appreciate it. I have published a WIP release in `[email protected]` with the work done so far which is boiled down in the draft PR...

Not sure yet, I was reserving it for 4.7 so around next week perhaps.

I checked your earlier snippets and there is an issue with it: ```js function mounted() { // too late to call this useClient({ url: 'http://somemachine.local:8000/graphql', }); } ``` Instead, add...

Thanks for the suggestion, would you be interested in PRing this? > surprisingly given the website suggests "graceful degradation" Well, this is still in the early stages, some APIs might...

Looks cool, thank you! I have implemented a draft here #2 unfortunately I'm still experimenting with better ways to handle similar APIs that do not return "reactive" things.

There are a couple of solutions available at the moment: https://github.com/jefrydco/vue-adaptive-components and https://github.com/logaretm/vue-adaptive-utils > **Disclaimer**: I'm the author of the latter.

Probably related to the stuff you are getting. Closing till we figure out a reproducable sample.

> I really don't understand why this lib has support for zod if it's to get no types out of validation out of the box Previously, vee-validate was able to...

`4.8` is released with automatic schema inference for input/output type with either `yup` or `zod`. Check [this](https://vee-validate.logaretm.com/v4/guide/composition-api/typed-schema/) for more information