Ashleigh Simonelli
Ashleigh Simonelli
**Issue type:** - [ ] question - [x] bug report - [x] feature request - [ ] documentation issue **nestjs-config version** **@nestjs/common+core or other package versions** - @nestjs/common: - @nestjs/core:...
**Issue type:** [ ] question [x] bug report [ ] feature request [ ] documentation issue **nestjs-config version** @latest **@nestjs/common+core or other package versions** - @nestjs/common: 5.6.2 - @nestjs/core: 5.6.2...
## The idea I've been debating for a while if the method of storing application configurations in an injectable class is the best approach. Since the AsyncProvider was added to...
Consider adding a merge to the array https://github.com/nestjs-community/nestjs-config/blob/master/src/module/config.service.ts#L268 Or consider immutability
If possible create a series of decorators to achieve the following implementation ```ts @AmqpConnection('default') export default class MyAmqpProvider { @Consume('queue_name', { ack: false}) async listen(message) { console.log('message', message.content.toString()); } @Exchange('exchange_name',...
Instead of paginating via page, use entity id instead to get the next 10 of object id
I built this in a rush, the original I wrote on a plane, this version was written on a train. Yea it wasn't that extravigant. But the codebase is seriously...
Hey! Thanks for all the hard work you've made on this package! I used this package in a code test recently and I built a redis interceptor for caching my...
So in reference to #19 After doing so it would probably be better off all methods were available instead of reimplementing them.
Add the create, find, cancel and update methods to `BraintreeProvider` class to manage subscriptions