Trim21
Trim21
```text Checking hash of SourceHanSerifCN.zip ... ERROR Hash check failed! App: everyx/SourceHanSerifCN URL: https://github.com/adobe-fonts/source-han-serif/raw/release/SubsetOTF/SourceHanSerifCN.zip First bytes: 50 4B 03 04 14 00 00 00 Expected: bd75d74f38e0088f3425c8bb448ef03dc170386bcf2693a434141aa844b77a30 Actual: 1051bde2a4f0984ba329536aa6eb9d81e8e092c7b4e3598fcf64a5c8d5fa8697 Please try...
### Is your feature request related to a problem? Please describe No ### Describe the solution you'd like ```js core.setOutput('sha', sha) ``` so user can access this commit by `${{...
## Description I happen to find there is a new file in gh-pages branch. I checked the commit log, it's the original service worker js NetworkLogConverter.worker.bundle.worker.js → 379.bundle.js We should...
Do you have any thoughts on implementing this feature in cactbot itself? I didn't know C# well so I'm planning to write a simple wrapper in C# and put most...
**Bug描述** 无法在盛夏农庄激活测试时间轴 **复现步骤** 按照中文描述对木人行礼 **期望行为** 出现测试时间轴 **截图** 无 **环境信息** - 操作系统 Windows 10 - ACT版本 cafe整合 - 插件列表与版本 cactbot 0.19.8.4
There are some errors in semantic.json... old files in `static/semantic/dist/` is correct, but when i run `npm i`, new files of semaintic will be gen automatically and overwrite old files.
**Please provide enough information so that others can review your pull request:** related to https://github.com/gofiber/fiber/issues/1821 and https://github.com/gofiber/fiber/issues/2002 **Explain the *details* for making this change. What existing problem does the pull...
**Question description** I'm using `App.Group()` with middleware but I found a middleware add in group A may match request to group B. This may not be a bug because prefix...
this is what we do to know it's a redirect problem: ```golang resp, err := h.R().SetResult(&r).Get(...) if err != nil { if err.Error() == "auto redirect is disabled" { return...