Kyle Mellander

Results 7 issues of Kyle Mellander

# Summary This is a request to add the event or element to an `onBreadcrumb` hook for user interaction. # Reasoning The improvements made in version 7 to add hooks...

needs discussion

I would love to see some kind of support for mobile devices for gestures. There would probably need to be different options for what kind of gestures you support, if...

In the touch-action.js Mixin, there is a reference to Ember.String.isHTMLSafe, which is not a valid Ember resource. This is causing the code to break when `otherStyle` is valid. ![screen shot...

Currently, when running integration tests, the updated component is not initialized, which makes any component based data-test attributes not show up. We should write an initializer (or even just docs...

help wanted

See the issue here: https://github.com/egoist/rollup-plugin-postcss/issues/461. ## Summary of the problem When using multiple inputs in rollup, css output from any non-first inputs that do not exist in the first input...

## Summary There is code to order css that is imported in a deterministic order based on the order that it is imported into files. This works great when there...