Benjamin Daschel
Benjamin Daschel
After calling the "passes" method to validate data, calling the `errors()` method triggers a fatal error by attempting to invoke the `all()` method on an array. My example code ```...
## Problem description I'm attempting to restructure an app to allow dynamic selection of DB connection based on request domain (for a multi-tenant SaaS project. My initial thought was to...
### Describe the bug `@Nullable` decorator causes errors when the allowed types are a union of other complex objects. The error message is `MySchema.someNullable must be null` whenever a non-null...
### Describe the bug # Summary When using the built in PlatformSerializer to return mongoose objects as responses, large objects take an unreasonably long time to serialize. # Investigation I...