Ondřej Chmelař
Ondřej Chmelař
**What is the current behavior?** When I add `entity_encoding: 'raw'` to my config, I get a compiler error. ``` Error: src/app/shared/rich-text-editor/rich-text-editor.component.html:2:27 - error TS2322: Type '{ base_url: string; suffix: string;...
When the client disconnects just after setting `self.application_state = WebSocketState.CONNECTED`, subsequent `ws.close()` will fail at `.venv/lib/python3.11/site-packages/websockets/legacy/protocol.py:784` as `transfer_data_task` will not be set up. I suppose it should be guarded by...
Is this library being developed? Are there any plans to support swagger 3.0? We need an object validator for new OpenAPI specs, I'm willing to contribute, but it would be...