Chris Rebert

Results 158 comments of Chris Rebert

Hmm, the wiki post doesn't include a shebang line. Does adding the line: `#!/bin/sh` to the start of cron.daily.sh help?

Yes, a label is required. Not sure what your use-case is. The point of the label is to require some type of review before auto-closing. Otherwise, e.g. an issue opened...

Also, did https://github.com/twbs/no-carrier/issues/27#issuecomment-354510220 work?

IE has improved its support: http://blogs.msdn.com/b/ie/archive/2013/12/04/getting-to-the-content-you-want-faster-in-ie11.aspx

http://caniuse.com/#feat=link-rel-prefetch

Exclusions: http://caniuse.com/#feat=css-exclusions Paged Media: https://github.com/Fyrd/caniuse/issues/1229

http://caniuse.com/#feat=css-initial-value

That PR is a statistical outlier, but yeah, the limit can be debated and twerked. And/or maybe only enforce it on the initial opening of the PR.

Maybe also put in a heuristic about the commits having N different authors and the requester not authoring a majority of the commits.

- Problem: The API seems to currently lack a way to get the head/base commits of a pull request: https://github.com/jcabi/jcabi-github/issues/1090 - Probable dependency: Missing `Branches.get(branchName)`: https://github.com/jcabi/jcabi-github/issues/1086 --- - [x] Submitted...