John Sangwon Suh

Results 8 issues of John Sangwon Suh

### Describe the feature or improvement you're requesting Want a logic to retry API if sock_read on stream is not working in

Previous version was working fine with next.js. Somehow I think the update on the model on Cloudfront is making this fail.

I have an Express 4 app with dd-trace. tracer.init is happening first thing in the code. However, when I make an API request, top level request is http component not...

integration-express

Any plans to support https://github.com/deepseek-ai/deepseek-coder/ in the near future?

bug

Pretty straightforward issue. 2.0.0-alpha.17

Existing isSafe does not get triggered as an or condition if either is undefined due to the following code: ``` if (!pornPrediction || !hentaiPrediction) { return true; } ``` The...

description-file -> description_file on setup.cfg needed

``` | Traceback (most recent call last): | File "/Users/johnsuh/code/internal-chat/backend/.venv/lib/python3.12/site-packages/starlette/responses.py", line 253, in wrap | await func() | File "/Users/johnsuh/code/internal-chat/backend/.venv/lib/python3.12/site-packages/starlette/responses.py", line 242, in stream_response | async for chunk in self.body_iterator:...

bug