Nicholas Penree

Results 13 issues of Nicholas Penree

This PR iterates through items in the `aggregate`, `delete`, and `find` operations to ensure all input documents are processed.  Currently, these operations will only run for the first document. The...

node/improvement
community

This PR adds support for getting and updating incident alerts using the PagerDuty Node. * Adds **Incident Alert** resource with the following operations: * [Get](https://developer.pagerduty.com/api-reference/592e890ae8c99-get-an-alert) * [Get All](https://developer.pagerduty.com/api-reference/4bc42e7ac0c59-list-alerts-for-an-incident) * [Update](https://developer.pagerduty.com/api-reference/4e932ba0c1989-update-an-alert)...

node/improvement
community

It would be nice if we could mark certain fields as mandatory, so the user would not be able to add an app without filling them out.

For usernames and or other non-dictionary strings it would be helpful to control whether the system auto-corrects. So far I've had auto-correct mess me up with my Twitter Follows app...

Here is a list of the stock fonts loaded on 4.4: https://gist.github.com/drudge/bd99c7dd832aa5854660 https://android.googlesource.com/platform/external/noto-fonts/+/kitkat-release/

I've noticed that with some collections I have which contain either a large number of properties or fairly large embedded arrays, genghis will pretty much freeze up for sometimes up...

feature

I have a need to get the total item count for display while paging. I've exposed it as `itemCount`. Additionally, I created a `paginationUrl` helper that is passed to the...