David Danier
David Danier
We are currently having this issue in a bigger FastAPI project. The startup time did increase to a minute till several minutes over the last months - just to get...
Little update: I did use the patch provided in the pull request after all, but just reverted this on my local dev setup as it did produce problems when working...
Update again - this is a real issue: We "fixed" the ForwardRef issue by calling `update_forward_refs` before any routes are defined. This way the cache does not mess up things...
@madkinsz I will do that....sadly I did not have the time yet to really look into this. All details above are bits my colleagues gave me when trying to work...
We are currently using a monkey patched version of the normal `main.py` like this: ```python # flake8: noqa """ This is a faster version of the main.py. This version is...
I just created https://github.com/team23/pydantic-partial just to achieve this ;-) This is still an early version, but is fully tested.
Also see: * https://github.com/svg-sprite/svg-sprite/issues/254 * https://github.com/svg-sprite/svg-sprite/pull/447
Note: It seems to work on MacOS directly when rosetta is installed...but not inside docker. See thread in svg-sprite ticket. :)
I might have found a workaround: ``` FROM node:lts # Install phantomjs globally, so we can skip phantomjs-prebuilt RUN apt-get update && \ apt-get install -y phantomjs && \ rm...
@christian-reichart Great news :)