Wojciech Owczarczyk
Wojciech Owczarczyk
> @conor-odro this is a known issue that I have not gotten around to fixing yet as most DTOs will have a `@FilterableField` on them. If you just add the...
My use case involves using DTO files from another module (that is not using nestjs-query) to satisfy the relations of DTOs from a module that uses nestjs-query.
It's a bit sad that @doug-martin seemed to be treating this project with care and attention then suddenly completely disappeared. I know it's OS, requires time, etc., but some guidance...
I stumbled upon this one as well. In my case I am using it for phone numbers on contact. I am using Postgres as DB with a column type of...
It is currently more common to include the types in the repo instead of using DefinatelyTyped
You need to encode the plain text password using for instance `utf8` library before passing it onto the checker function.