Chris Foster

Results 13 issues of Chris Foster

Akismet no longer requires this field, so we should update our docs to match.

Exists in node 13.x, coming to LTS in 14.x soon. For `import` to work with named imports the module specifically has to support it, or else users can only import...

enhancement

The lowest version we support is Node 8 now, which means native `Promise` support is pretty good. We might not need to use `bluebird` anymore. Bluebird is great but this...

consideration

Hi there, For some users, when they attempt to login, the login is recorded as successful on the O365 side, but fails on the Moodle side. The request logs show...

Issue type - help wanted
Status - need more info
Plugin - auth_oidc
Feature - SSO

### Description When using AWS SAM for local development, I can introduce environment variables by setting them in the template with no value, and then defining them in my environment....

type/ux
type/feedback
maintainer/need-followup

Hello! I have a few panes which all depend on a set of commands being ran beforehand. However, if they all try to run the command at once it will...

Related to #329 To create mango indices to query on, you have to `POST http://couchdb/dbname/_index`. This isn't possible right now, since nano's `insert` changes the method to `PUT` if a...

CouchDB 2.0 has a _find route that accepts [mango queries](https://github.com/cloudant/mango). We're using the developer preview of Couch 2 and it'd be great if nano could expose this route! Currently we...

Does this library work with Chai 3? After upgrading I now receive an error: ``` expect(res.body.data.comments).to.not.include.any.with.property('isHidden', true); ``` Leads to: ``` Fatal error: [ { _id: '8fa3d24de60f1a738a9d9dce', isHidden: false, isModerated:...

medium-fix
pull-request-wanted