Tobias Bieniek

Results 625 comments of Tobias Bieniek

> So definitely the error display on rejected github API calls should be improved (it was a 403). PRs welcome :)

lerna-changelog currently only supports projects hosted on GitHub

@gigabo should we change the `labels` object to an array and use the order as priority? or define a priority explicitly?

was just wondering if order in changelog should always equal priority. e.g. if you want the labels alphabetically but with other prio for deduping?

> I think key traversal is actually in definition order for objects from JSON in modern node. https://stackoverflow.com/a/5525812/1478093 apparently it works, but it's not guaranteed. I'd prefer to be explicit...

there is no label on the https://github.com/yeshamavani/release-auto/pull/1 PR

@BryanCrotaz I would strongly recommend to use https://github.com/salsify/ember-cli-dependency-lint to avoid these kinds of issues in the future, and if you use yarn you can use https://github.com/atlassian/yarn-deduplicate to deduplicate dependencies in...

the beta is only recommended in the README of the `master` branch, which corresponds to the beta release. if you look at the README for the stable version you shouldn't...

> When using ember-simple-auth-token, you should not be explicitly installing ember-simple-auth. this is starting a somewhat different discussion now, but: why not?

sure, but that does not mean that you can't install ESA explicitly too. you only have to be careful that both versions match up. the alternative would be that `ember-simple-auth-token`...