Volodymyr Radchenko

Results 14 issues of Volodymyr Radchenko

Hi! First of all want to thank you for a great validation library! Currently, I'm in a process of migrating my ember app to your validations library and I'm struggling...

feature request

Hello! I'm using [ember-cli-code-coverage](https://github.com/kategengler/ember-cli-code-coverage/blob/master/packages/ember-cli-code-coverage/package.json) addon for generating coverage. The package itself is using the latest versions of istanbul-related packages. ```json ... "babel-plugin-istanbul": "^6.0.0", "istanbul-lib-coverage": "^3.0.0", "istanbul-lib-report": "^3.0.0", "istanbul-reports": "^3.0.2", ......

`Cannot assign to read only property 'owner' of object '#'` I'm upgrading test suit from `ember-cli-mocha` to `ember-mocha` 0.15.1 and get randomly failing tests all over again and those tests...

Hi! I'm trying to upgrade to the latest v5 version of this addon and I'm getting the following error while compiling ```zsh Duplicate plugin/preset detected. If you'd like to use...

Hi! Thanks for taking care of this addon! I wonder whether the https://github.com/jasonmit/ember-cli-moment-shim is still required for ember-moment? In case it DOES NOT, should we remove the [blueprint](https://github.com/adopted-ember-addons/ember-moment/blob/8297380f25fec796efc09fc50f715fb7687cd08d/blueprints/ember-moment/index.js#L12-L15)? In case...

# Bug Template ```js import ActiveModelAdapter from "active-model-adapter"; ``` ## Actual Behavior `Definition for rule 'ember/no-mixins' was not found.` popup is shown. ![image](https://user-images.githubusercontent.com/30495731/92257991-cdbbaa80-eede-11ea-918c-edace6eb0c38.png) ## Expected Behavior Codeclimate should be able...

The error is "Cannot find module ...", if you add the missing module there's another "missing" one and another one and another one ... ```bash ❯ ember s Building into...

... in case `dialog.Overlay` a wrapped in `t.Child`. ### Reproduction: 1. Navigate to https://gavinjoyce.github.io/ember-headlessui/dialog/dialog-modal-with-transition 2. Open the dialog 3. Click on the overlay 4. See that the `Dialog`'s `onClose` handler...

**Describe the bug** I'm using `ember-sortable` v4.0.3 to reorder the rows within `ember-table` v5.0.0. Initially, when rows are rendered, `.sortable-item` class is applied to the rows, but after updating the...