CornWorld
CornWorld
##### BkCommonLib version: 1.18.2-v1-1265 ##### Spigot version: 1.18.2-R0.1-SNAPSHOT #### Problem or bug: Crashed when server is starting #### Expected behaviour: [crash-2022-05-02_09.40.42-server.txt](https://github.com/bergerhealer/BKCommonLib/files/8600389/crash-2022-05-02_09.40.42-server.txt) [debug.log](https://github.com/bergerhealer/BKCommonLib/files/8600411/debug.log) [latest.log](https://github.com/bergerhealer/BKCommonLib/files/8600412/latest.log) #### Steps to reproduce: 1. Download `arclight-forge-1.18.2-1.0.3.jar`....
### What is version of KubeKey has the issue? kk version: &version.Info{Major:"3", Minor:"0", GitVersion:"v3.0.8", GitCommit:"2698dfbc5781a0fdf3ba587797676dd91c9f8274", GitTreeState:"clean", BuildDate:"2023-07-14T01:14:55Z", GoVersion:"go1.19.2", Compiler:"gc", Platform:"linux/amd64"} ### What is your os environment? 6.1.8-arch1-1 ### KubeKey config...
https://github.com/Mereithhh/vanblog/issues/343 这是一个未经测试的修改,因为我本地没有部署 Vanblog 的开发环境。 我将 API `/api/admin/meta` 分割成了两个 API,其中需要远程服务器响应的不放在同步部分。
https://github.com/Mereithhh/vanblog/issues/356 这是一个未经测试的修改,因为我本地没有部署 Vanblog 的开发环境。 这是我的修改依据: 1. 依据 [API 监听路径](https://github.com/Mereithhh/vanblog/blob/a77f4d6981688772de36bd22de385bc6f573cfbb/packages/server/src/controller/public/public.controller.ts#L72C18-L72C18) 找到此问题与 `articleProvider.toSearchResult` 与 `articleProvider.searchByString` 有关 2. 阅读后发现,`articleProvider.searchByString` 中的查询结果应该会返回完整的文章对象(`articleModel`),其中包含 `pathname` 字段 3. 而在 `articleProvider.toSearchResult` 中筛选了返回的字段,故判断可在此函数内加入判断
我正在准备研究本教程,但发现最后更新时间为五年前。虽然后续版本没有什么太多破坏性的改动,但我不是很清楚是否会产生什么障碍。望解读!
I'm quite new to use caddy-docker, and my CRI is containerd. I just clone the repo, and try to build the image. Would someone like to help me out? ```text...
如题,因为在实现中 `remote_path` 用于 `getBucket` 的 `prefix` 参数,而此参数并没有根目录概念,固填入 `/` 时会影响 `clean` 参数的使用。 而在常规实现(比如 coscmd)中会引入根目录的概念,易产生误导,建议加入提示。
https://vicho.me/87.html is down
I followed the steps in https://imroc.cc/k8s/trick/cert-manager-webhook-dnspod/ , but got an error below. ``` error decoding solver config: json: cannot unmarshal number into Go struct field customDNSProviderConfig.secretId of type string ```...