罗泽轩

Results 142 issues of 罗泽轩

If you're writing docs for 3.11, please write them in our new GH repo: https://github.com/Kong/developer.konghq.com We'll be publishing 3.11 on https://developer.konghq.com/ only, we will not be using docs.konghq.com. ### Summary...

size/XS

This implementation drops the usage of splitn. Note that it assumes that each SSE chunk ends with `\n\n` which is expected (See https://github.com/Kong/kong/issues/14499). To satisfy this requirement, I also update...

skip-changelog
size/M

`make build-venv` only setup the venv. It doesn't build the kong.

size/S

For example, the editorconfig requires that each file end with a newline: https://github.com/Kong/kong/blob/c400ef2370738fda60f7f6cc9b31946c8fe834cb/.editorconfig#L5 However, many files (even the Lua codes) don't end with a newline. This causes an issue: when...

chore

I am going to do it this week.

Just raised a question for discussion. AFAIK, there is no session TTL defined in the MCP spec. Right now, the client can create a session and delete a session. However,...

Using the snippet below: ``` chunk = openai.ChatCompletionChunk{} err := json.Unmarshal([]byte(`[]`), &chunk) fmt.Printf("%+v\n", err) ``` The err is nil and the chunk is successfully unmarshalled, though it will have empty...

sdk

### Summary ### Checklist - [x] The Pull Request has tests - [x] A changelog file has been created under `changelog/unreleased/kong` or `skip-changelog` label added on PR if changelog is...

size/M

### Description See https://github.com/apache/apisix/blob/dbe7eeebba06229d4a8df75263f2a78301cc1ca0/apisix/stream/router/ip_port.lua#L82 We need to check the subordinate relationship in the Admin API, including: 1. validate if the stream route with superior id exists and its protocol matches...

good first issue
For student