Results 12 issues of blindmikey

A feature suggestion to add an option to allow the touchpad to send direction-intent. Use case would be selecting the touchpad 'touch' to be the button to enable walk-in-place movement...

enhancement

HTTPS environments fail to load the asset on certain browsers due to http:// being a part of the uri. By being protocol agnostic, we play well with all environments.

I'm using https://unpkg.com/ for this library and would like to utilize the latest updates, but the latest tag is from 2018 for v2.4.2; is there a milestone being aimed for...

question

Unless I'm mistaken, right now @import only looks for files relative to the file importing it, or relative to the input directory. Would be great to add custom import paths!...

feature-request

Firefox 16.0.1 and up has added support for the non-prefixed 'transition' property.

Laravel 4.0 introduces resource avatars that optionally shows up in native select dropdowns. It would be awesome to see this feature extended to Nova Multiselect Fields.

feature request

**Is your feature request related to a problem? Please describe.** Need to trigger a polyfill after state change. **Describe the solution you'd like** Open the onStateChange parameter in your custom...

enhancement
templates

Scenario: Extending a BEM type of modifier directly ``` %button { & { ..A.. } &:hover { ..B.. } &.-large { & { ..C.. } &:hover { ..D.. } }...

enhancement

Browser will stop previous location.reload() action when a new location.reload() action is fired, if the first fire doesn't complete before the second, you get an endless loop of location.reload() that...