Waynerv
Waynerv
I'll check it later, thanks for your contribution! 🌹
I've never used celery, so I'll need some time to investigate the problem you describe.
Sorry I've never used celery, so I'll need some time to investigate the problem you describe.
@maoyibo Thanks.There are still many translated chapters not mentioned in this issue. Check the currently existing pull requests before you starting a new chapter.
I'll complete next 3 chapers in this week: - [x] [tutorial/reponse-model.md #2414 ](https://github.com/tiangolo/fastapi/pull/2414) - [x] tutorial/extra-models.md #2416 - [x] tutorial/reponse-status-code.md #2442 @maoyibo @lpdswing Is there anyone already working on this?
@maoyibo Already done.....
I'll complete these 5 chapters in next 2 weeks: - [x] tutorial/security/get-current-user.md #2474 - [x] tutorial/security/index.md #2443 - [x] tutorial/security/oauth2-jwt.md - [x] tutorial/security/simple-oauth2.md #2514 - [x] tutorial/bigger-applications.md #2453
@blt232018 Hi,欢迎加入 FastAPI 文档的中文翻译,你只需要按照文档的指引提交 PR 就可以了,另外在开始前将你想翻译的章节发到这个 issue 里面,以防其他人重复翻译。也欢迎你 review 已经提交的中文翻译 PR。
@blt232018 你把你的微信号发我邮箱吧,我加你😄 [email protected]
> My approach (I just wanted to turn off folding altogether, rather than disabling UFO specifically): > > ```lua > vim.api.nvim_create_autocmd("FileType", { > pattern = { "nvcheatsheet", "neo-tree" }, >...