Wim Van Laer

Results 21 comments of Wim Van Laer

when will this PR be published to pub.dev?

I solved the problem for me by changing the design of the viewmodel and removing the converter. But the exception still stands...

any news on this?

Some possible problems: 1. Do you have openvpn installed? => solution: sudo apt install openvpn 2. Do you have network-manager-openvpn-gnome installes? => solution: sudo apt install network-manager-openvpn-gnome 3. Have you...

Could you give an example of how the `called` would look like in a generic function? eg: ```dart when(mockConverter(any)).thenReturn(mockUserModel); await doLogic(mockUser); verify(mockConverter(mockUser)); ```

@domaindrivendev that is not really the solution I was looking for. By using the `UseAllOfToExtendReferenceSchemas`, the schema results in: ```json "Person": { "type": "object", "properties": { "name": { "type": "string",...

Can this issue be reopened?

Issue seems to be solved. Thanks

Same problem. Apparently the code generation cannot handle the '_' in the operation ids. I guess this is a bug. Once I switched from snake_case to camelCase, everything worked fine.