Roy Revelt

Results 26 issues of Roy Revelt

hi all! Currently, if you own many open source projects and suddenly one of common dependencies is updated, Greenkeeper will create an issue on each of projects Github page. That's...

PRs welcome/Help wanted
Feature

Currently, we lowercase the whole description of a commit, but sometimes description starts with an abbreviation and lowercasing makes it look bad: Let's add an additional check, is the second...

help wanted

fixes #102 — if subject's second character is a letter and it's an uppercase letter, NOW first character is not upper-cased, no matter the setting. I've got bitten by this...

hi all, This library introduces some types that don't exist in ES5 and I found it slightly annoying to do a guesswork, which type starts with capital letter and which...

Hi Daryll, Are these two dev dependencies in `package.json` redundant? ``` "through2": "^2.0.1", "tiny-lr": "^0.2.1" ```

One of examples in https://www.ietf.org/rfc/rfc2396.txt is not recognised: `news:comp.infosystems.www.servers.unix` originally raised at https://github.com/sindresorhus/is-url-superb/issues/5

let's add a licence, otherwise it's copyrighted and not suitable for consumption

Hi all, Currently, Nunjucks variables within double curly braces are not highlighted any way: ![nunjucks_curly](https://cloud.githubusercontent.com/assets/8344688/24711077/d8fff72a-1a16-11e7-9fa2-4bfe8bb8576f.png) —_HTML(Nunjucks Templates)_ language How nice would it be if the double curly braces were highlighted,...

enhancement

hi Charlike! Thank you for this package. I'm trying to tap it and I encountered two challenges. 1. What is `strict` mode? `#a54f2c}` is used in example and it contains...

this PR adds: - support for no-break spaces (https://www.fileformat.info/info/unicode/char/00a0/index.htm) which are used for widow/orphan word [control](https://practicaltypography.com/widow-and-orphan-control.html) - hard-codes the n-dash `\u2013` and m-dash `\u2014` in tests to be more explicit...