AliSot2000
AliSot2000
Unfortunately not. And I‘m not that knowledgeable as to write a custom Post Processor even though I would like to.
Sorry for the wait. I've merged the commits (and the one for the unittest, which I added, as well), signed off the whole thing and force pushed the commit. I...
Also, I would like to add that I think Errors in the documentation, especially in `openapi.json` **should** count as bugs because the OpenAPI standard makes this file almost equivalent to...
reenables allow_arbitrary_types on the model config when only 1 argument is used on the api endpoint
Also affected by issue: - Broken upon upgrading to `fastapi 113.0` Minimal Example: ```python import fastapi import uvicorn from bson import ObjectId from pydantic import BeforeValidator, PlainSerializer, WithJsonSchema, BaseModel, ConfigDict...
> FYI https://github.com/Android-for-Python/gestures4kivy#pan I tried that first. I ran into issues with nested boxes which scroll. (I do not remember what they were since it’s been some time that I...
@RobertFlatt Hi, I've gotten around to testing again. I've tried a lot of things but I was unable to use _gestures4kivy_ to implement nested ScrollViews. The outer ScrollView would always...
So my application has a ScrollView which scrolls horizontally. This Scroll View contains another GridLayout which has itself multiple children which scroll too. Using the default ScrollView works. The problem...
Hi First Benchmark Results are now published.
Also please provide a full list of all possible errors that an endpoint can raise. Both documenting the error codes and the response model for the error. As noted [here](https://github.com/devlikeapro/waha/issues/403)...
A simpler approach with no `exclude_types: Sequence[Type[Any]] = ()` and possibly simpler interaction with the `__fields_set__` would be a type that's pydantic internal and that never gets serialized with `.model_dump()`...