Kalvin C
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...
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...
# 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...
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...
**Please explain the motivation behind the feature request.** When I add a custom extension, I can set a timeout value:  However after I add it, I would like to...