Kalvin C

Results 10 issues of Kalvin C

Once https://github.com/apache/spark/pull/21669/files is pulled into the mainline spark, there will be kerberos support for HDFS clusters that use kerberos for authentication. I wasn't able to find anything about the approach...

enhancement

Is there a way to disable the default renderer that prints: ``` ExtendedUnitSpecBuilder(ExtendedUnitSpec(None,None,Bar,Some( Encoding(None,None,Some(PositionChannelDef(None,None,None,Some(service), Some(Nominal),None,None,None,None,None)),Some(PositionChannelDef( None,None,None,Some(in_octets_total),None,None,None,None,None,None)), None,None,None,None,None,None,None,None,None,None,None)) .... ``` I've defined my own renderer using: ``` implicit val renderer =...

I am a windows user - please honor XDG spec on windows if XDG environment variables are set and if not put them in windows known folders _Originally posted by...

enhancement
help wanted

# add `goose info [-v]` to cli adds the `info [-v]` command to print to the user goose's version, file location/dirs, and optionally full configuration (no secrets from keyring) ex:...

## update `Prompt` structs for align with MCP spec, add basic prompt commands to mcp-client * [Prompts](https://modelcontextprotocol.io/docs/concepts/prompts#prompt-structure) `description` and `arguments` are optional fields, use optional in the structs * similarly...

Per some discussion in https://github.com/block/goose/discussions/1401, some quality of life features for `prompt` commands in the cli This does introduce a prompt cache that stores the information for the completion logic...

**Please explain the motivation behind the feature request.** Some tool calls can take longer than the default `300s` timeout, in some cases users may want to have longer timeouts (long...

enhancement
good first issue

copied from @zakiali 's implementation in https://github.com/block/goose/pull/1515

**Describe the bug** Sometimes the following error can occur: ``` Ran into this error: Request failed: Request failed with status: 400 Bad Request. Message: {"external_model_provider":"amazon-bedrock","external_model_error":{"message":"messages: text content blocks must contain...

bug

**Please explain the motivation behind the feature request.** When I add a custom extension, I can set a timeout value: ![Image](https://github.com/user-attachments/assets/18f6c573-53ca-427c-ba39-b2dae041712c) However after I add it, I would like to...

enhancement
help wanted
ui