Richard Friend
Richard Friend
## The problem Adding a single static method as the first method in a controller, causes the following error `Error: Argument Error (order): Range is 0 to 24, but 25...
When you have a param into a controller method that is an array you need to specify the array schema manually. ``` public async saveBulk( @Param(yup.array().transform(values => values.map(v => new...
## The problem When creating a convector model which has properties which are simple classes, properties decorated with @Require() on this child class are ignored. ## Details Having a property...
## The problem When passing a model to a controller in a test and that model has a property that is a simple class (not a convector model), any properties...
Would like to be able to show a custom message and possibly report to app center, would be nice to be able to subscribe to an event when fail/pass happens.