bmayen

Results 8 issues of bmayen

Getting the following error on [email protected]: ``` node_modules/cz-conventional-changelog/index.js:79 ]).then(function(answers) { ^ TypeError: cz.prompt(...).then is not a function at module.exports.prompter (node_modules/cz-conventional-changelog/index.js:79:8) at commit (.nvm/versions/node/v5.10.1/lib/node_modules/commitizen/dist/commitizen/commit.js:68:5) at .nvm/versions/node/v5.10.1/lib/node_modules/commitizen/dist/cli/strategies/git-cz.js:89:30 at .nvm/versions/node/v5.10.1/lib/node_modules/commitizen/dist/commitizen/staging.js:30:5 at .nvm/versions/node/v5.10.1/lib/node_modules/commitizen/node_modules/gulp-git/lib/exec.js:27:5 at...

bug

Is there anyway to query nested resources like `authors/1/books/2/reviews/3`?

help wanted
new feature

Would be useful to be able to remove listeners after they've been added. For instance, I have a use case where, depending on some UI state, I may or may...

**Is your feature request related to a problem? Please describe.** Sometimes the component being displayed in Docs is only a few px tall, yet the iframe defaults to 500px. When...

feature request
help wanted
todo
addon: docs
block: other
tiny

With this plugin enabled, I am no longer able to undo word by word. Instead undo only operates on a character by character basis.

I'm trying to integrate this with our build system which uses SystemJS to output sfx builds. It's a collection of gulp tasks distributed via NPM. As such I'm forced to...

Compiler is run even when there have been no changes to the scss. In large applications this is a severe performance hit. https://github.com/systemjs/builder/issues/593

Could you clarify the best practice here regarding cdk.context.json and CI/CD? Should it be committed to source control? When deploying multiple environments to a single account via CI/CD, how does...