Robert S.W. Carroll

Results 45 comments of Robert S.W. Carroll

> @robswc Can you describe what output you're expecting and what you're actually getting? Will do! ![image](https://github.com/litestar-org/litestar/assets/38849824/4c87528f-50b2-4c92-a1b2-ca8fa5d4a6f5) The image is what I'm getting. What I'm trying to get is `{"test":...

Also, for a bit more context, it looks like arguments passed to `Body` show on swagger. ![image](https://github.com/litestar-org/litestar/assets/38849824/885a9aea-4214-4ea3-8530-71b7097562bf) ```python Body(title="test", description="this comes through", ... ```

Thanks for the detailed reply! Are there any examples that you're aware of that show how to include examples in the request? Or is that not possible at the moment?...

Do you think it would be worth attempting a PR to add this in? Or would it be better handled by those with more domain knowledge?

Hey, not sure if you're still working on this, when I try running it on a raspberry pi 24/7 it will do about 3-5 posts and then simply stop and...