Yury Nevalenny
Results
2
issues of
Yury Nevalenny
- Update `highlights` to use newer oniguruma dependency, which otherwise won't compile on Node 12. - Remove cleanup grammar code, which doesn't work with newer `highlights`. While trying to solve...
Allows making sse clients from any kind of requests, not just GET. I needed that for streaming responses from OpenAI like this: ```go req, err := http.NewRequestWithContext(ctx, http.MethodPost, "https://api.openai.com/v1/chat/completions", bytes.NewBuffer(body))...