spike

Results 8 issues of spike

Signed-off-by: anoymouscoder # Description Currently RenameReminder renames by deleting-then-inserting-again. This implementation is not fault-tolerant, as a failed insert after deletion would result in no reminder. So we now need to...

# Description Distinguish between retrialable and non-retriable errors when publishing messages with pubsub ## Issue reference Please reference the issue this PR will close: #5136 ## Checklist Please make sure...

as the title mentioned, it will be much more convenient if we can manage ssh key for different git accounts at the same time

### Describe the solution you'd like I would like to request template feature, I have regular demand for making plans and retrospective analysis. For these kinds of memos I need...

enhancement
Stale

github.com/ClickHouse/clickhouse-go/v2 has not been imported ``` package main import ( "gorm.io/driver/clickhouse" "gorm.io/gorm" ) // should be github.com/ClickHouse/clickhouse-go/v2 sqlDB, err := clickhouse.OpenDB(&clickhouse.Options{ Addr: []string{"127.0.0.1:9999"}, Auth: clickhouse.Auth{ Database: "default", Username: "default", Password:...

``` // GenerateContent implements the Model interface. func (o *LLM) GenerateContent(ctx context.Context, messages []llms.MessageContent, options ...llms.CallOption) (*llms.ContentResponse, error) { //nolint: lll, cyclop, whitespace if o.CallbacksHandler != nil { o.CallbacksHandler.HandleLLMGenerateContentStart(ctx, messages)...