Börge Kiss
Börge Kiss
I just want to chime in and say it'd be great if this also worked when editing a document. I never leave the "Live Preview" mode and I think what...
I think this one might be an actual show-stopper for some people, as camel-cased properties for request/response models (and thus parameters for endpoints) are desirable in many cases.
Yes and no. I actually have a workaround for it, yes. But to be fair it's not really a workaround but rather a new perspective on the problem that makes...
I got some of these, too: Beanie version: `1.23.6` Pydantic version: `2.5.0` ``` DeprecationWarning: `general_plain_validator_function` is deprecated, use `with_info_plain_validator_function` instead. ``` ...at `beanie/odm/fields.py:581` and `beanie/odm/fields.py:150`, and... ``` PydanticDeprecatedSince20: The `__fields__`...
I know I'm late as @roman-right already merged a fix, so I actually hope that what I'm doing here is superfluous. Two days ago I had a similar problem and...
As it seems quite unlikely passlib will receive any updates (it has been unmaintained for some years now), would it be possible to [use bcrypt directly](https://github.com/pyca/bcrypt/issues/684#issuecomment-1902590553) instead of relying on...
I understand and I'm looking forward to what you're building there. If the relevant issues with passlib get fixed before your own lib is ready, it would still be nice...
I cannot reproduce this. Your setup (at least the parts shown in #1142) doesn't look suspicious, though. Do you pass the correct models to the functions generating the endpoints and...
@A-Telfer Nice! I took your `SecretsSettingsSource` for a ride and integrated it into my original MRE from this issue (see further below). As in the original example, I set `env_nested_delimiter`...
I came here to suggest this exact feature. Especially when browsing a sub that makes extensive use of post flair (and does it with some discipline), filtering posts by a...