pdxjun

Results 7 issues of pdxjun

```go func (c *Collection) Validate() error { return validation.Validate(&c.Name, validation.By(func(value interface{}) error { collection := value.(*Collection) fmt.Printf("===================\n") return nil }), //validation.Field(&c.Column.Drop, validation.When(len(c.Column.Drop) > 0, validation.Each(validation.Required))), //validation.Field(&c.Column.Rename, validation.When(len(c.Column.Rename) > 0, validation.Each(validation.Required))),...

feature request

### Bug 描述 播放视频的时候,选择相关视频,卡死 ### 复现问题的步骤 ```plain text 1. 打开一个视频 2. 选择相关联的视频 3. 直接卡死 ``` ### 预期行为 不卡死 ### 截图 _No response_ ### 应用来源 - [ ] Github - [...

```go func main() { llm, err := ollama.New( ollama.WithModel("qwen2.5:14b"), ollama.WithFormat("json"), ollama.WithHTTPClient(httpClient), ) if err != nil { panic(err) } content := []llms.MessageContent{ llms.TextParts(llms.ChatMessageTypeHuman, "What is the weather like in Chicago?"),...

### Description Provider List: https://docs.litellm.ai/docs/providers ERROR:root:Failed to get supported params: argument of type 'NoneType' is not iterable ### Steps to Reproduce `Provider List: https://docs.litellm.ai/docs/providers Provider List: https://docs.litellm.ai/docs/providers ERROR:root:Failed to get...

bug

### 调用的方法 ```go 用户登录后设置完cookies,后台重启,重新加载cookies,再次请求GetAccountInformation()提示错误码: -101, 错误信息: client.GetAccountInformation(param) ``` ### 请求 ```go client.GetAccountInformation(param) ``` ### 返回 提示错误码: -101, 错误信息: ### 期望结果 返回用户信息 ### 建议 _No response_

bug

### ✨ Describe the feature you'd like like output, add new command OutPutTo() ### 🌧 Is your feature request related to a problem? like output, add new command OutPutTo() ###...

enhancement