Diogo Baeder
Diogo Baeder
Actually, just since I already created this ticket, there's a very similar issue still going on in the latest version from `master`: nullable arrays don't work, if I pass `None`...
I wouldn't say the project is "going to be dead soon"; It's just that the author, @p1c2u , hasn't been much active on it, but recently I got some replies...
Same for `oneOf`. I'm trying to make it work, but it doesn't work at all, unfortunately. [UPDATE] #37 has been resolved. Yay! :-)
Indeed it happens to some icons only - e.g. Rambox and Slack - but others work fine - e.g. Zoom and Evolution. I haven't checked which GUI framework they use,...
I can see that String columns have a `write_items` method in `clickhouse-driver`, but I don't see the same method implemented in the `NullColumn` class; Perhaps it's somewhat related to that?...
Sorry for the flood, but one more important detail: when inserting the data by using `session.execute(table.insert(), data)`, it works just fine. This is not ideal though - I want to...
@danielgafni yeah, might be the same issue. I'm not using ClickHouse anymore though, and it doesn't seem like there's a lot of interest in fixing this issue, so I'll just...
Closing as a duplicate of #189
Still an issue. I just updated openapi-core in my project and all of a sudden I started getting that error for a schema model that is `nullable`. This is the...
Almost same error for: ```python {'additionalProperties': True, 'description': 'something something.', 'nullable': True, 'type': 'object'} ``` and almost the same for: ```python {'format': 'date-time', 'nullable': True, 'type': 'string'} ``` I see...