Justin Workman
Justin Workman
Hi, I am using this library in an Ember 2.18 app, and I'm trying to upgrade to Ember 3.5. On 3.5, the following error prints in the JS console and...
Hi, this pull request fixes Rails 5/Rails 5.1 deprecation warnings. It is tested to be working in my own app using the forked repo, however I haven't been able to...
Hi! Firstly, thanks for making this library, I've been using it for a long time. In one of my apps that I'm upgrading from Rails 5.0 to 5.1, New Relic...
Hi, Thank you for creating this library. I am starting to use it for a Nerves project, but I found out I need to use `WAVE_MODE_REPEAT_SYNC` instead of `WAVE_MODE_REPEAT`. Is...
Hi, just noticed that this happens for templates that use sub-components with hyphens in their name. The following example uses [ember-paper](https://github.com/miguelcobain/ember-paper) to demonstrate: ``` Hello, World! Next ``` This syntax...
Hi, I'm seeing deprecation warnings like these every time I drag and drop something in my Ember app. I only started seeing this after updating from Ember 2 to Ember...
Drag and drop actions throw an error if the payload being dropped is not a draggable object, such as if it is a text node being dragged. This same error...