Fortas Abdeldjalil
Fortas Abdeldjalil
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...
To reproduce: Build the library from `develop`, reinstall it in one of the two examples, and try to start the server. References: - https://docs.nestjs.com/faq/http-adapter - https://docs.nestjs.com/exception-filters
Add integration tests and GitHub Actions workflow to make sure that new features in the library will still continue working as expected with Express/Fastify based applications
Add an example of how to achieve the following: ``` { "type": "https://example.com/probs/out-of-credit", "title": "You do not have enough credit.", "detail": "Your current balance is 30, but that costs 50.",...
Use NestJS dynamic modules to make overriding `APP_FILTER` easier, and cleaner. Ref: https://docs.nestjs.com/fundamentals/dynamic-modules
`dynamic` and `implicit` links should be labeled and differentiated from the default/static ones. See: https://mermaid.js.org/syntax/examples.html#basic-flowchart
Sorting libraries for the standard output may make reading graphs easier
Extend the library with a new feature where users can pass a `--forLib` parameter that makes this target library the head of the final tree, or the start node of...
Check if a given email address has a valid TLD from: https://data.iana.org/TLD/tlds-alpha-by-domain.txt
Salam Salah! Congratulations on what you are doing with your CRM. I suggest looking for unit testing as the functionalities and the maintainers' community are growing. I also highly recommend...