Serge Matveenko

Results 92 comments of Serge Matveenko

I'm trying to find some way of justifying proposed vote counts required. If we look in retrospect, we see issues having much smaller number of votes have find their way...

> anything else??? - 100% test coverage Gets bonus: - Implements a well-known standard/format No go: - Implements a specific case targeting a single library/application

I'm switched to Gnome 3.16 and will use Wayland from now on as it work pretty stable for me unlike Gnome on Xorg. Thus I will not be able to...

@acd-rht I already have "pro":) And I feel lack of wayland support and lack of the several other features…

@haoyun Could you please check the behavior again? It looks like #7006 is related to this and it was fixed lately.

Also, I think detecting this behavior in `BaseModel.__class_getitem__` and giving a warning could be a good first step.

I'd say using a function wrapper like this to break the correct alias behavior is a bug by itself. I'm not sure where it originates from, though.

So, with `allow_population_by_field_name = True` Pydantic allows using both the own name and the alias name to be used for creating a model instance. And using `alias` attribute following PEP...

A model could be instantiated with camel case arguments from the external data, a model could be serialized using camel case arguments, and a model could be instantiated in the...

As a bonus introducing `alt_alias` parameter solves the issue on per field basis.