Ralph Mack

Results 7 issues of Ralph Mack

The CONCAT_STATS=true flag of broccoli-concat is used to collect the measured sizes of various pieces a built project and is instrumental in measuring svelting. It puts files in a `concat-stats-for`...

bug
build

With the Anniversary Edition of Windows 10, Edge doesn't display the dropdown of the version selector. Clicking the dropdown shows an empty list and the version appears as blank after...

help wanted
platform-windows

- [X] I am on the [latest](https://github.com/ember-intl/ember-intl/releases/latest) ember-intl version - [X] I have searched the [issues](https://github.com/ember-intl/ember-intl/issues) of this repo and believe that this is not a duplicate ### Environment -...

I'm glad to see this project reawaken, but I don't know if it will work for us. Are IE11 and old Edge supported by the reawakened addon? What about Ember...

Updated `recognize-gesture` modifier to use latest `ember-modifier` (fixes one deprecation) Fixed `recognize-gesture` invocation of `-gestures` service during render (fixes the other) Using ember-modifier requires a minimum of Ember 3.3 (rather...

Using the `{{recognize-gesture}}` modifier, two deprecations are triggered. The write-after-read-in-render occurs because the `retrieve()` method of the `-gestures` service is writing then reading an object that is managed using get...

The README section for using the drag helper needs an example of using it with lists of `{{#draggable-object}}` within `{{#sortable-objects}}`. It isn't clear in this case what constitutes a valid...