Chris Miller

Results 5 issues of Chris Miller

[X] I've read [the docs of nestjs-pino](https://github.com/iamolegga/nestjs-pino/blob/master/README.md) [X] I've read [the docs of pino](https://getpino.io/#/) [X] I couldn't find the same [open issue of nestjs-pino](https://github.com/iamolegga/nestjs-pino/issues) **What is the current behavior?** When...

bug

Observing this error when using the `@queryParam` decorator: ``` Error: Assertion Failed: Attempting to lookup an injected property on an object without a container, ensure that the object was instantiated...

Any solution to handling multiple occurrences that start at the same time? Currently they overlap and are inaccessible.

feature

Any suggestions on how to handle mocking Subscriptions? I'm thinking through a way to do it using the `graphql-subscriptions` in tandem with `mock-socket` libraries, but it might be a little...

## Description Past months are not being rendered in the Agenda view. Usage: ```jsx { this.agenda = agenda; }} theme={calendarTheme(this.props.theme)} items={this.props.upcomingMeetingsMap} loadItemsForMonth={this._loadForMonth} renderItem={this.renderMeetingItem} renderDay={this.renderDay} renderEmptyData={this.renderNoResults} rowHasChanged={this._rowHasChanged} /> ``` ## Expected...

Bug report