Frank Sachsenheim
Frank Sachsenheim
had you confused custom validators with type checks? because the example you show is about a deprecated form of [type checks](http://docs.python-cerberus.org/en/stable/customize.html#custom-data-types), while you link the section about custom validators.
certainly, different approaches are possible with Cerberus (a custom rule or `check_with` would be involved in any way, i guess). i would suggest to separate testing different aspects of a...
> the lost deprecated custom types functionality i'd rather describe it as the "possibility to over-use the type-role which was propagated for too long". i'm noting this as i'd prefer...
it would would be helpful if there was an option that would derive the output path from the input path by simply replacing the file extension, that would make it...
i don't think so, as it would break current usages.
by the way, `platform`'s `distro` function is deprecated. in the corresponding ticket, it was proposed to use [the package with the same name](https://pypi.python.org/pypi/distro). i also remember that such feature was...
well, my examples weren't the best. but there are other endpoints for `GET` requests, like `export` that are desirable to forbid.
#14 seems like a step in the right direction for that, but a standalone binary that generates the config as entrypoint would be preferable.
indeed i was very suprised that this (or rather the origin) so popular package has such a, excuse my dutch, shitty documentation. it would be most helpful not only to...
@matthias-ronge i'm a little confused about your statemnt that *each* password has to be hashed with an *individual* salt. that would probably be solved by storing the salts in the...