Dennis Hempfing
Dennis Hempfing
I will close this issue due to inactivity. If this is still relevant, please reopen the issue and continue the discussion. Best regards, Dennis
We've decided to close this issue. Regarding Successfactor's documentation, we understand and share your frustration, but our issue tracker is not the place to address this issue. Regarding the feature...
Hi @Ruwann , thanks for the quick response! Your suggestion did solve the problem! ```python from starlette.responses import StreamingResponse # ... async def streaming(): return StreamingResponse(async_gen_numbers(), status_code=200, media_type='text/plain') ```
Hi @Ruwann , unfortunately, my response was a bit premature. It looks like it doesn't actually work as expected. While the code does run, it does not actually stream. From...
Hi @Ruwann , thanks for the repo, I was able to track it down. This is what causes the behavior to change: ```python app.add_api("openapi.yaml", validate_responses=True) ``` Once I add `validate_responses=True`...
Hi @Ruwann , just wanted to check in with you and see if there are there any plans to fix this? Best regards!
Hi @lovis-ff , thanks for getting in touch with us. I was able to reproduce the bug. We'll let you know if we have another update.
Hi @lovis-ff , unfortatunately, no. I currently cannot give you an estimate of when we're going to tackle this. If this is a blocker for you, I would suggest calling...
Hi @nlaenger , sorry for the late response. While we're aware that this is a gap in our generator, we currently do not have the capacity to address this. You...
Hi @preekmr-sap , could you share a snippet of the code that triggers this error?