Jordi Alves Reinsma
Jordi Alves Reinsma
**Is your feature request related to a problem? Please describe.** Consider the following example of a route using FastAPI: ``` class Person(Model): name = fields.CharField(50) age = fields.IntField(validators=[MinValueValidator(1)] PersonSchema =...
Apenas refatora a função que gerencia as permissões, facilitando a leitura. Também remove uma chamada recursiva na verificação de permissão de `update:content`
Is there any way to extend that macro so you can apply it to pairs of arguments? Something like this: ``` #define DECL_VAR(type,var)\ type _##var; #define DECL_GETSET(type,var)\ type get_##var() const...