Bill Zhong
Bill Zhong
All bugs related to my python implementation should be fixed now. Thanks @ldsxp
Hi @dudil , seems like multi-arch support is added: https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/pull/273 . So [your patch](https://github.com/tiangolo/full-stack-fastapi-template/pull/710) is not longer need. It would be nice to remove it to improve the performance at...
Hi, I figure out a solution. Go to `hocs/withLocale.tsx` file, before `return ` add following code: ```javascript const router = useRouter(); React.useEffect(() => { window.location.replace(`/${getInitialLocale()}${router.asPath}`); }); ``` At the top...
Try disable `Deep Sleep` in the BIOS.