Sonui
Sonui
围观精分现场
maybe this code can help you ```go func TestSSE(t *testing.T) { // Start the server go func() { err := http.ListenAndServe(":5000", http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { w.Header().Set("Content-Type", "text/event-stream") w.Header().Set("Cache-Control", "no-cache")...
Hi @fenbox! I was wondering if there have been any updates on this issue? I'm interested in this feature and would love to be assigned to it.
> Sorry for the late reply, who of you two is willing to contribute to this issu? > > @bangzzzz @sosyz If @bangzzzz doesn't have time, I can take it.
@fenbox Thank you very much! The design diagram has been incredibly helpful for me. Displaying related issues on the sidebar would be a more suitable way for viewing them, I’ll...
Got it~ I will be mindful of this potential risk.
@fenbox Hi~ I've identified two issues. First, when restoring hidden tag relationships, we're not filtering out deleted data. Second, when updating questions, the tag relationships default to available status, without...
@leim 我赞同你的方法,但我希望是可以达到类似 dbever 或 navicat 那种的操作方式
可以分配给我吗?我想试试
@CH3CHO Hi~ 我在开发过程中遇到了一些问题,我替换请求地址和内容了但是返回404 我尝试本地起了个http server打印请求但没收到这个请求 代码地址:https://github.com/sosyz/higress/blob/2981e1a4404b9324806b51cddc807b0bb1996d46/plugins/wasm-go/extensions/ai-proxy/provider/coze.go#L416 我该怎么处理呢,请求协助🙏(envoy中有临时key可以测试