Rubin Bhandari
Rubin Bhandari
- [ ] Multiple gitignores (don't know why you would need it though) - [ ] Add uniteractive mode - [ ] Auto detect gitignore based on package manager used
I think the orm should include mssql as a supported database type by default instead of doing a custom database setup
I am using class-validator with nestjs. I have a password field like this: ``` @Matches(/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%^&+=]).{6,64}$/gm, { message: 'Password must be between 6 and 64 characters long with 1 special character...
Getting errors
How does eta handle app.locals provided in expressjs following this: https://eta.js.org/docs/examples/express when is set `app.locals.someFunction = function(arg){ return "hello"+arg; }` and access it as `` i get , someFunction is...
The dependencies should be on dev dependencies. Why are they on peer anyway ``` "rimraf": "^3.0.2", ```
Wouldn't it be nice to automatically reload the config and set them as soon as file changes. PRs are welcome
Updating nestjs to v9 would help use @nestjs/class-validator instead of class-validator internally
**Is your feature request related to a problem? Please describe.** It creates a new repo everytime. I would like to use the same repo on every run **Describe the solution...