Notealot
Notealot
> The flag is not documented here: https://dev.mysql.com/doc/internals/en/capability-flags.html > > According to the "Low Level Design" part of the worklog, the following is used: > > ```c > #define CLIENT_OPTIONAL_RESULTSET_METADATA...
> I created #1451 and want to hear opinion from Githubbers. I support your viewpoint that it is not possible for everything to be perfect and flawless, with strong robustness....
Use `BindJSON` will panic, you should use `ShouldBindJSON` instead.
> var ex *Example This is a pointer, it has no memory allocation. Use `var ex Example` instead.
手动打包没有这个问题,直接使用 Github 构建上传 docker hub 的镜像有这个问题。
> 在vite.config.js里面加了行日志,发现打docker的时候,VITE_的环境变量没有正常读进来,viteEnv是空字典。 我不太会设置vite,就直接把所有VITE相关的变量强制赋值,不要从viteEnv读取了,然后/session 就变成了/api/session,程序就通了 我把代码仓库克隆到本地然后手动打包把 dist 文件复制到 dockerfile 里打包也是可以的。 #725 这似乎也是个相关的 issue
手动解决方案: 1. 移除 `.dockerignore` 文件中的 `.*` 并重新构建 Docker 镜像。 2. 克隆项目到本地手动构建打包并输出 `dist/` 目录。
是不是 `.cn` 域名,这个部署到国外服务器有概率被直接劫持。
Duplicate of #3036 The `ID`'s data type should be `string`.
For security, this repository only support connect server by private ssh key. Just configure `ssh_private_key`.