Results 12 issues of 阿冰

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...

pull-requests-welcomed
new-feature
hacktoberfest

### Describe the bug 描述你遇到的错误 本地预览shortcodes有效,但是vercel部署过后shortcodes无法找到 ### Expected behavior 期待的行为 应该能和本地预览一样看到shortcodes生效 ### Screenshots 屏幕截图 ![image](https://github.com/dillonzq/LoveIt/assets/85239590/4b7e7850-ad79-49ab-afc4-29630d03a698) ### Build Environment 构建环境 - OS: by vercel - Theme version/commit e9e89a4613baee823596822b7d246f5931263491 - Hugo version...

bug

![image](https://github.com/olOwOlo/hugo-theme-even/assets/85239590/e30957b2-4509-4801-92e7-1df1cd14122b)

stale

目前来说,可以不用大写英文字母开头解决这个问题。能改一下嘛?

stale

![image](https://github.com/Snailclimb/JavaGuide/assets/85239590/336ed222-bd6b-41c9-b532-e76dd7e15bf3)

**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...

enhancement

```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 ![图片](https://github.com/yang991178/fluent-reader/assets/85239590/b7758043-ef9f-482e-9f5f-f0c6d5d11ca7) android的表现是空,而且后面一直拉取不到feed ![78e4d2337de5113e120b37bf8bad9506](https://github.com/yang991178/fluent-reader/assets/85239590/d5dcbb30-1e0f-4962-b924-5829cb3a08fe) 但是mac端是正常的 ![图片](https://github.com/yang991178/fluent-reader/assets/85239590/f515a0db-580a-4bc9-bc0f-8b97f8241a39) **Expected behavior** A clear and concise description of what you...

Works right out of the box