Anton Larichev
Anton Larichev
It will be great to display timeline view not by creation date, but by due date. Without this you can't separate tasks for tomorrow from tasks for today.
Hi @perryrh0dan! I cloned repo, but it is hard to start with it, because of some `any` types) I'll add MR with more typing later.
Car sale company Automama for Microservices: https://automama.ru ❤️ NestJS
Thanks for support! First we need to determine approach to this feature. 1. The one that you described. Pros: backward compatibility, easy to code. Cons: NestJS module philosophy is not...
This is a good idea. I will consider implementing this feature and discuss it with my team. Thanks for sharing!
For now library supports only global module, so you need to use it in your root app.module
@l3roken, hi! With a single string, no, but you can pass all parameters as individual fields. Can you describe case is using single url instead of structured parts?
@l3roken I can add support for full URL if needed.
@rnatto-gempe, hello! Currently not. This is because of lack non-global module support. Related to this issue: https://github.com/AlariCode/nestjs-rmq/issues/20. To support this we need: - Add global flag for backward compatibility. -...
@falahati, wow! Great PR. I will look into it later today. I think we can break backward compatibility and include this in version 3 with better code quality as you...