阿冰
阿冰
problem I meet: 2023/11/25 09:36:44 Failed to fetch weather data: Unable to unmarshal response (http://api.openweathermap.org/data/2.5/forecast?zip=106.607 29.531&appid=a2d79c2afdb849ba90baa1b254f52ca3&units=metric&lang=en): json: cannot unmarshal number into Go struct field openWeatherResponse.cod of type string The json...
### Describe the bug 描述你遇到的错误 本地预览shortcodes有效,但是vercel部署过后shortcodes无法找到 ### Expected behavior 期待的行为 应该能和本地预览一样看到shortcodes生效 ### Screenshots 屏幕截图  ### Build Environment 构建环境 - OS: by vercel - Theme version/commit e9e89a4613baee823596822b7d246f5931263491 - Hugo version...


**Is your feature request related to a problem? Please describe.** I want to customize serializer, need a defined interface in order to better readability or better performance ```go // EncodeSchedulerEnqueueEvent...
```go func AnyJsonDiff(left interface{}, right interface{}) (gojsondiff.Diff, error) { type Container struct { Payload any } leftBs, err := json.Marshal(Container{left}) if err != nil { return nil, err } rightBs,...
这个插件使用的时候报错了
**Describe the bug** A clear and concise description of what the bug is. 后端使用的是最新的miniflux v2.1.3  android的表现是空,而且后面一直拉取不到feed  但是mac端是正常的  **Expected behavior** A clear and concise description of what you...
Works right out of the box