Lounarok
Lounarok
There is a workaround for using a huge common schema files: Please refer to [this workaround](https://github.com/flasgger/flasgger/issues/423#issuecomment-1063684807)
@dkinamdar your reply format is broken... Indent is not display correctly. Would you mind to fix it? Please use triple-backtick at the begin and the end to mark a section...
#357 is another issue due to the different format of requestBody between openapi 2 and 3. The request validation are hardcoded in `base.parseRequest` which tries to find schemas in `#/.../post/parameters/schema`...
@vitodsk @ethaizone @vankillua This issue should be fixed by #505
@arabnejad @elmopl. Have you tried the trunk version? It should be fixed in #504 or use this in the requirement: requirements.txt: ``` git+https://github.com/flasgger/flasgger.git@beb9fa781fc6b063fe3f3081b9677dd70184a2da#egg=flasgger ```
To @Zerthick & @lohwanjing There is a workaround to do it for now By using template_file argument. `Swagger(app, template_file='./common_schemas.yml')` The drawback is you cannot use template_file and the common_schemas.yml would...
Hi @plied , Just came across this issue. Have you tried [`ZMQ_AFFINITY`](https://libzmq.readthedocs.io/en/zeromq3-x/zmq_setsockopt.html) with [`zmq_ctx_set()`](https://libzmq.readthedocs.io/en/latest/zmq_ctx_set.html) and play with `ZMQ_THREAD_SCHED_POLICY` and `ZMQ_THREAD_PRIORITY`? There are many options there to bind a socket to...
Did some investigation but don't have time to work on it yet. Feel free if anyone would like to help. The problem seems to be inside how `FMT_COMPILE()` handles named...