Juan Cruz
Juan Cruz
> I don't think that for poll it is more correct to return 404. This could be correct if task definition is not known because in that case it would...
Good morning, I am addressing this improvement. Who should I ask about "strange" behaviors I see? And where? Thanks!!! For now I comment them here, if it is necessary that...
Hi @JuanFeldman-Reflektion I open Pull Request with there solution #3680
Now in python 3.11 there is a built-in library to interact with toml, it could be applied to avoid installing this dependency.
I am of the same opinion, obviously this is a change that has to be done slowly and avoid breaking anything. It is not something that can be done in...
In my case I use kubernetes, so I know that those environment variables are not read by any other application.
Any news on this issue?
Could it be a good opportunity to separate Parameter() into several methods like Query() Header() Cookie() and Path()?
And there would be some way to pass a list of parameters and that it adds them, because I have already implemented all this below, but I lack the documentation...
Hi @provinzkraut Here I see that they could be documented as deepObject https://swagger.io/docs/specification/v3_0/describing-parameters/#query-parameters Something like this could come to be: ```yaml info: title: TEST version: TEST summary: TEST openapi: 3.1.0...