Ashleigh Simonelli

Results 33 issues of 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:...

bug
enhancement

**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...

bug

## 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...

enhancement
discussion

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

enhancement
discussion

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',...

enhancement

Instead of paginating via page, use entity id instead to get the next 10 of object id

feature

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...

enhancement
help wanted
good first issue

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...

enhancement

So in reference to #19 After doing so it would probably be better off all methods were available instead of reimplementing them.

enhancement
clean up

Add the create, find, cancel and update methods to `BraintreeProvider` class to manage subscriptions

enhancement