Renato Damas

Results 37 comments of Renato Damas
trafficstars

This feature would be useful. But since there is no plans to release this, I am moving to ```pytest-cases```.

Also running into something similar. Too many dependencies on ```definitions``` which is no longer present in OAS3. For instance, ```utils.get_specs``` contains an explicit case: ``` ... swag['definitions'] = definition ```

I was able to come up with the following: ```python class Fruits(Schema) apple = fields.Str() banana = fields.Str() pineapple = fields.Str() pear = fields.Str() def __init__(self, **kwargs): super().__init__(**kwargs) for field...

> Can you expand on what exactly you think should happen when the schema is serialized? I haven't really thought about it. But like you said, it silently dumps an...

I came across with this issue, too. I came to the same conclusion, the javascript file seems to be loaded before the component is created. I worked around this but...

How come this wasn't solved yet? I have this issue for like 2 months since Jira decided to introduce this breaking change,..

Guys come on, It's been 2 years since this was raised. It's a rather simple fix and yet it's not part of the any new release.

Hi @studioj I'm sorry about my tone . I didn't meant it to be disrespectful. I appreciate the effort and this project is very useful to the community reason why...

Right , I will give a go with the PR while complying with the PR guidelines. I have also put some effort into CI within my projects and interestingly enough...

For sure not, I think the CI in this project is more advanced and complex than mine , I didn't mean to suggest that I have any meaningful contribution to...