nbkhope

Results 17 issues of nbkhope

### My Environment - [X] Windows 10 ### I'm using NVM4W version: - [X] 1.1.5 ### I have already... - [X] read the README to be aware of npm gotchas...

## Issue **Impacted version**: 4.9.0 **Problem description**: Every time I push a branch to GitBucket, a notification message is posted on a Slack channel. That message has a link that...

help wanted
waiting 4 user feedback

Fixes the following deprecation warning: ``` (node:3351) DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead, or set the `useMongoClient` option if using `connect()` or `createConnection()`. See http://mongoosejs.com/docs/connections.html#use-mongo-client...

The `index.html` page was missing the `DOCTYPE` and `html` tag

### Overview I have MailDev running on a Docker container, with the following command: ``` docker run -p 1080:80 -p 1025:25 djfarrelly/maildev ``` An incoming mail (in UTF-8) that includes...

bug

e.g. "lately" should be "later"

Regarding [the Object subsection](https://github.com/microsoft/TypeScript-Handbook/blob/master/pages/Basic%20Types.md#object) of the Basic Types section of the handbook. The last line in the example says it should error out, but when compiled, there is no error....

This addresses https://github.com/expressjs/express/issues/5150 Those who wish to exclude `Expires` (but still keep `Max-Age` from the final `Set-Cookie` statement cannot do so if `maxAge` option is passed to `res.cookie`). This proposed...

pr

I want to set a cookie with `Max-Age` only, without having `Expires`. But the following lines 875-876 keep adding the unwanted `Expires`: https://github.com/expressjs/express/blob/0debedf4f31bb20203da0534719b9b10d6ac9a29/lib/response.js#L871-L878 Setting `expires: 0` does no good to...

discuss
enhancement