Frederik Voigt

Results 6 comments of Frederik Voigt

I described a quick "fix" (not really I guess...) for another issue ( #86 ), which somehow also seems to solve this issue here. I am not sure if this...

Hi, thank you for creating this neat library. I also have the same problem. Is there some kind of fix available by now? Enjoy your day!

I tried to overcome this by using fields.List but then the swagger documentation fails to build. I narrowed it down to ``` 'test': { 'items': { 'example': , 'type': 'number'...

It seems kinda hacky but I could resolve the fields.List issue by adding a type-check for ma.utils._Missing within the *_ma_field_to_fr_field* function. Any ideas about this? Where is this coming from?...

<Quoted Reply> > > I've encountered this same issue with `mariadb:11.1.2` on Windows 11, except in my case, I was using `testcontainers.mysql.MySqlContainer`. I got around this issue by just using...