Zirak
Zirak
There's something here that I carelessly slipped by. In current chai, `assert.hasAllKeys({})` currently throws: ```js > require('chai').assert.hasAllKeys({}) Uncaught [AssertionError: expected {} to have key 'undefined'] { showDiff: true, actual: [],...
Would it be feasible to use `Object.create` or similar to leverage inheritance, instead of copying?
This is something I ran into as well, and managed to trace the root cause to the `conventional-changelog-parser` package. Opened an issue there (referenced just above), will try to wrap...
Well, this is quite annoying. All the case filters check whether the origin and transformed strings are the same: https://github.com/conventional-changelog/commitlint/blob/f1b9b11c31adae0eb5f17f5e7eb3499f3d663227/%40commitlint/ensure/src/case.ts#L16-L22 And the case conversion simply calls out to lodash: https://github.com/conventional-changelog/commitlint/blob/f1b9b11c31adae0eb5f17f5e7eb3499f3d663227/%40commitlint/ensure/src/to-case.ts#L6...
@alexgille There's handling for the default output of `standard-version`. If you want to ignore other formats, you can specify an `ignores` option: ```js // 3032.config.js const semver = require('semver'); module.exports...
@nosilleg My pleasure, thank you for taking a look ! You're right that the selector with the pseudo-class has a higher specificity, however so does the selector with a regular...
I'm interested in picking this back up. I think the original PR was great, it seems like the only thing missing to be backwards-compatible with type signatures as well was:...
There's always been a problem with `/die` in that it requires a unique command: `/live`. It's a bit paradoxical - if it's dead, how can it listen to a command...
@rlemon erm, maybe? I don't remember what Zirak from 2013 wanted to do. If I were to do it today, I would actually special case `/live`, so something like: ```js...
@Elusive138, @allquixotic, thoughts from non-SO rooms?