ljj038
ljj038
https://fastapi-users.github.io/fastapi-users/10.1/migration/9x_to_10x/#tortoise-orm-and-ormar any idea to support fastapi-users?
a simple sh script to hot deploy maybe we can replace env and server and port by script parameters passby
I see there is a way to set timezone in init() but how can I set timezone in UnitTest ```python import os import pytest from tortoise.contrib import test from tortoise.contrib.test...
```bash $ uname -a Linux t460p 5.8.5-arch1-1 #1 SMP PREEMPT Thu, 27 Aug 2020 18:53:02 +0000 x86_64 GNU/Linux ``` ```bash $ archey + # ### ##### ###### ; #####; User:...
not found render-json support like caveman2 for only restful api support
```lisp (syntax:use-syntax :interpol) (defun master-worker-server () (let ((server (as:tcp-server "127.0.0.1" 8000 (lambda (client-socket data) (as:write-socket-data client-socket #?"HTTP/1.1 200 OK\r\nContent-Type: text/html;charset=utf-8\r\n\r\nworks!\r\n" :write-cb (lambda (client-socket) (as:close-socket client-socket)))) :connect-cb (lambda (socket) (format t...
I'm chinese, I want keep the origin char of Chinese when save some json to db. So, is there any way to pass ensure_ascii=False to ormar.JSON field type to do...
https://platform.openai.com/docs/guides/text-generation/json-mode https://platform.openai.com/docs/api-reference/chat/create#chat-create-response_format
### 描述问题 Description of the problem 通过gnome菜单启动后, 截图(截屏搜索)就会报错 exitCode: 134 但通过命令行启动可以. 猜测是环境变量的问题. 故修改了/usr/bin/e-search脚本. 加上了两上环境变量. 但从菜单启动还是不能截屏   ### 重现步骤 Steps to reproduce archlinux安装e-search-bin. 然后从菜单启动esearch ### 期望结果 Expected behavior _No response_...