Derek Jones

Results 3 issues of Derek Jones

`* @param {string} location e.g. "prop", "context", "child context"` - [checkPropTypes.js#L37](https://github.com/facebook/prop-types/blob/e32c4900f5ab5fd3acea93e9d2f0d09e4a2f2ceb/checkPropTypes.js#L37) `'Failed ' + location + ' type: '` - [checkPropTypes.js#L84](https://github.com/facebook/prop-types/blob/e32c4900f5ab5fd3acea93e9d2f0d09e4a2f2ceb/checkPropTypes.js#L84) I changed my regex to `/(Invalid prop|Failed (prop|context|child context)...

https://github.com/Turistforeningen/node-mongo-querystring/blob/9e3554c2b1ea09a0845ae0526647ca5da21d33d4/index.js#L184 - should be `this.valRegex` not `this.valReqex` - but then this will replace all valid characters with '', instead of invalid chars - and is also overwritten for `^` and...

First off, thank you for this extension! Unfortunately, I get back `null` for the `repoUrl` ex. `null/blob/9970...7b7e/foo.js#L25-L29` This is because I have the following setup, where I don't use `[email protected]:`,...