Kevin Yuan

Results 8 issues of Kevin Yuan

Support cross platform binary data export and import.

add lua-comments for each entry integrate with hamishforbes/lua-resty-qless-web support view-root parameter injection in initialization within resty-qless-web

Fix my.cnf mapping cause mysql start with `port:0` (introduced by mariadb-server.cnf) Deletions information output Draft template for docker-compose.yml Make `Port` `mysqld-commandline-options` configurable

The best smtp server under openresty ever! but we are encountered chaos in Chinese UTF-8 encoding. We tried to append content-type in header section according to the code, but it...

make **load_module** directive work in $main_include_directives and $main_conf_lines. Which in `resty --main-include ./main.conf --http-include ./http.conf ` `load_module /usr/local/openresty/modules/ngx_lua_ipc_module.so;` `load_module ../modules/ngx_http_vhost_traffic_status_module.so;`

![Image](https://github.com/user-attachments/assets/1a5b8d21-3749-4cb6-a1f9-dd8fac065bf6) ## * Describe the bug The red arrow potinted record was not selectable. Even tried to input the Primary Key, the UI will remove the record and leave empty....

8.0版本,配置了 postgres数据库 ``` DataTypeNotSupportedError: Data type "datetime" in "GalleryInfoEntity.postedTime" is not supported by "postgres" database. at D:\code\cool\cool-admin-midway\node_modules\.pnpm\@[email protected]_46ffb9716728d84aaa724712b6d8f493\node_modules\src\metadata-builder\EntityMetadataValidator.ts:136:31 ```

![Image](https://github.com/user-attachments/assets/f4be5cf8-ba19-4577-bc33-83e9b5a65e02) ![Image](https://github.com/user-attachments/assets/84bbea57-6c3b-4c96-a787-abbb2567a7ba) ```json {"openapi":"3.1.0","info":{"title":"FastAPI","version":"0.1.0"},"servers":[{"url":"/admin"}],"paths":{"/":{"post":{"summary":"Route","operationId":"route__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseAmisApiOut"}}}}}}},"/page/home":{"post":{"tags":["page"],"summary":"Route","operationId":"route_page_home_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseAmisApiOut"}}}}}}},"/APIDocsApp/":{"post":{"tags":["APIDocsApp"],"summary":"Route","operationId":"route_APIDocsApp__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseAmisApiOut"}}}}}}},"/file/upload":{"post":{"tags":["file"],"summary":"File Upload","operationId":"file_upload_file_upload_post","requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_file_upload_file_upload_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseApiOut_UploadOutSchema_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/demo/":{"post":{"tags":["demo"],"summary":"Route","operationId":"route_demo__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseAmisApiOut"}}}}}}}},"components":{"schemas":{"BaseAmisApiOut":{"properties":{"status":{"type":"integer","title":"Status","default":0},"msg":{"type":"string","title":"Msg","default":""},"data":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Data"}},"additionalProperties":true,"type":"object","title":"BaseAmisApiOut","description":"api interface output data format"},"BaseApiOut_UploadOutSchema_":{"properties":{"status":{"type":"integer","title":"Status","default":0},"msg":{"type":"string","title":"Msg","default":"success"},"data":{"anyOf":[{"$ref":"#/components/schemas/UploadOutSchema"},{"type":"null"}]},"code":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Code"}},"additionalProperties":true,"type":"object","title":"BaseApiOut[FileAdmin.UploadOutSchema]"},"Body_file_upload_file_upload_post":{"properties":{"file":{"type":"string","format":"binary","title":"File"}},"type":"object","required":["file"],"title":"Body_file_upload_file_upload_post"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"UploadOutSchema":{"properties":{"filename":{"type":"string","title":"Filename"},"url":{"type":"string","title":"Url"}},"type":"object","title":"UploadOutSchema"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}}} ``` 0.7.3 版本使用 python3.10 python3.13 均失败,将 https://github.com/amisadmin/fastapi-user-auth-demo 中的app 复制到faa 创建的项目中无法启动。 faa 直接在 [demo](https://github.com/amisadmin/fastapi-user-auth-demo) 中启动后没有菜单:...