Federico Ciardi

Results 30 issues of Federico Ciardi

## Description Fixes #1245 It is correct to assume that primitives will not have properties in a request. Despite that express-validator should provide the correct result, so if a user...

PR: bug fix

Hi! Currently `select!` and `include!` macros can only me used within the same crate. What do you thing about allowing to define a global crate path? ```prisma // schema.prisma generator...

For backward compatibility we could have a duplicated `theme` property to point to the default settings. This should be deprecated after one or two versions. We currently fallback to the...

See https://github.com/withfig/autocomplete-engine/pull/142#issuecomment-1092488115

enhancement

Currently, because we are using `JSON.parse` to print the spec, generators and structures that are not part of JSON do not get printed correctly. Errors found when transforming fig spec:...

bug

Add the ability to run tests in precommit hook and in the CI.