Rob Figueiredo
Rob Figueiredo
Lexical version: 0.11.3 (latest) ## Steps To Reproduce 1. Paste the contents of this string (xA0) into the beginning of a line in lexical playground: " " , so that...
## Steps To Reproduce 1. Enter `\*Hello\*` here to see that it is valid markdown which is rendered as expected: https://spec.commonmark.org/dingus/ 2. Go to lexical playground, clear the content, switch...
Lexical version: 0.11.3 ## Steps To Reproduce 1. Write some text that includes asterisks 2. Export to markdown using default settings 3. Render markdown to HTML using remarkjs or any...
Lexical version: 0.12.2 ## Steps To Reproduce 1. In Lexical playground: linked text with inline code format: ``` root └ (58) paragraph └ (59) link "https://lexical.dev" > └ (60) text...
## Steps To Reproduce 1. In Lexical Playground, enter a string with overlapping formats, such as "helloworld!" formatted in normal, bold, bold+italic, italic, normal as shown here: ``` root └...
Fixes https://github.com/deepgram/deepgram-go-sdk/issues/279 ## Proposed changes Agent API - Function call input supports arbitrary JSON, but the current type is a `map[string]string`, which is too limiting to even support the function...
Based on the latest (v1.8.0) godoc, it looks like function calling is not implemented. ``` type FunctionCallRequestResponse struct { Type string `json:"type,omitempty"` FunctionName string `json:"function_name,omitempty"` FunctionCallID string `json:"function_call_id,omitempty"` Input map[string]string...
The `address` parameter is ignored in Dialer.DialPartition, since the address is provided in the Partition struct. I think it is confusing and should be removed. https://github.com/segmentio/kafka-go/blob/master/dialer.go#L140