Javier
Javier
This exact same thing happens to me, at least I know the reason now
I found that if you delay assigning a value, like with a $nextTick it works fine, I think the issue is that the combobox is empty if you set the...
Hi @Wicpar, I implemented an `@Example` annotation for the fields and wanted to run it by you in case you think it's useful and want me to add a PR....
@Wicpar Hi, sorry, I've had a lot of work this past few weeks, I couldn't work on this. Regarding your approach, could you explain a little more? The advantage with...
Do you maybe have an example or somewhere I can read some documentation? I tried researching on my own but my knowledge of annotations is not the best, so I...
Hi, to add a little to the other request, it would be nice to have a full example project, with all the verbs used. I couldn't find examples using "post",...
It would definitely help to have those generics have a better name like TParams, TRequest, TResponse. In the Kotlin example you sent "elements" kind of explains what T is, so...
Hey I'm currently writting the docs and changing the names but I'm going crazy with a problem I can't find the reason for. The body and response for all my...
I made it work somehow, but had to change part of the configuration, I'm guessing this is not done because I'm compiling in Android and it's not detecting something. If...
Hi @Wicpar I created a pull request that adds a couple of the changes we talked about in here. Please let me know if I'm on the right track, you...