Aleksei Strizhak

Results 18 issues of Aleksei Strizhak

**Describe the bug** On bump from 0.13.0 to 0.14.0 get error: ``` Template Compiler Error (broccoli-persistent-filter:TemplateCompiler) in ember-cli-clipboard/templates/components/copy-button.hbs Assertion Failed: '@aria-label' is not a valid path. ('ember-cli-clipboard/templates/components/copy-button.hbs' @ L2:C15) ```...

pinned

📓 After release [8.0.0](https://github.com/auth0/node-jsonwebtoken/compare/v7.4.3...v8.0.0), `SignOptions.expiresIn` throw an error when given `undefined`. ```ts expiresIn: { isValid: function(value) { return isInteger(value) || isString(value); }, message: '"expiresIn" should be a number of seconds...

Critical package
Check Config
Unreviewed

``` DEPRECATION: Addon files were detected in `/project_path/node_modules/ember-cli-stained-by-children/addon`, but no JavaScript preprocessors were found for `stained-by-children`. Please make sure to add a preprocessor (most likely `ember-cli-babel`) to in `dependencies` (NOT...

rule enabled in `.eslintrc.js`: ``` extends: [ 'plugin:qunit/recommended', ], // ... rules: { 'qunit/no-assert-ok': 2, }, ``` but the Rule ignores if `assert.ok` is used in shared function: ``` test('test...

rule enhancement
help wanted
accepted

``` yarn global add ember-i18n-intl-migrator ember-i18n-intl-migrator TypeError: Cannot convert undefined or null to object at Function.keys () at isPluralObject (/home/mifrill/.config/yarn/global/node_modules/ember-i18n-intl-migrator/lib/translation-transform.js:70:17) at Object.keys.forEach.key (/home/mifrill/.config/yarn/global/node_modules/ember-i18n-intl-migrator/lib/translation-transform.js:50:45) at Array.forEach () at walk (/home/mifrill/.config/yarn/global/node_modules/ember-i18n-intl-migrator/lib/translation-transform.js:40:20) at...

- ~Unify arguments and types for MigrationInterface public methods everywhere (doc/template/declare)~ [In README] Highlight access to `client` instance as the second argument for migration methods. - Apply `| never` type...

Just thinking out loud: since this package is based on migrate-mongo (https://github.com/seppevs/migrate-mongo/) I think it's nice to have transition plan to how to switch from migrate-mongo JS to mongo-migrate-ts. Anyway,...