Nathan Phillip Brink

Results 36 issues of Nathan Phillip Brink

I’m quite certain that the `Vary` header is meaningless in appcache. E.g., if you wanted to serve a different page based on language, you would have to make your site’s...

Fixes #4868. ### Requirements * Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed...

documentation

A POSIX-like shell does not do glob expansion for double quoted strings. It does parameter expansion, which, while a form of expansion, does not really have much effect on glob...

confirmed-bug
documentation

### Node version (or tell us if you're using electron or some other framework): ``` C:\Users\ohnob\repos\shelljs-grep-empty-pipe>node --version v6.4.0 ``` ### ShellJS version (the most recent version/Github branch you see the...

fix
breaking

### Node version (or tell us if you're using electron or some other framework): v6.4.0 ### ShellJS version (the most recent version/Github branch you see the bug on): 0.7.5 ###...

feature
low priority

The notifications that show up on top of documentation in the upper right hand corner appear quite often and are annoying to dismiss. Could there be a preference to either...

improvement

## Steps to Reproduce 1. Use code like the following: ```csharp using System; using System.IO; using System.Windows.Forms; static class Program { /// /// The main entry point for the application....

When reading the README, as a TypeScript n00b, I thought “oh, this is so close—if only I could use `Static` to make an `interface` because that would be more usable...

good first issue
documentation

PHP makes a lot of notice noise when it hits the strtotime() function and the user hasn't set a timezone. This is because there's a chance that the string being...

It is a common pattern when updating a file to: 1. Write out the new version of the file in the same directory with a different name. 2. Rename this...