Kevin Crawford
Kevin Crawford
FWIW, the version that is reported in the UserAgent string is what mattered for my use case. I needed to detect if it was Edge < 14.14393 due to a...
IE Behavior (.HTC) files have to be served by the same exact domain, otherwise they won't work. PIE does have a .js version that can be used, but it has...
Would this allow users to cleanup something like ``` ctrl - 1 : yabai -m space --focus 1 ctrl - 2 : yabai -m space --focus 2 ctrl - 3...
Thanks for providing the HTC file--worked like a charm. Hope you guys can patch that into a new beta soon.
I had the same problem on a drop-down menu. `ul#nav li:hover ul { display:block; }` was used to show the dropdown. Adding `-pie-watch-ancestors: 1;` helped a bit, but there was...
I haven't seen this issue and I've been doing a lot of responsive resizing type stuff with Sequence: http://eastgarrison.com and http://playavista.epxhost.com (currently in development, so it may change)
We're experiencing a similar problem. The error only seems to be happening in IE11. Here's the error handling code ``` js window.onerror = function(msg, file, lineNumber, colNo, error) { var...
Just noticed that `index.get(123)` actually behaves this way. So that's cool that it's possible to retrieve the instance, but I'm wondering if this makes behavior inconsistent with `valueOf()`? Also, would...
@acarabott +1 for "prev window" command!
@adamcik how is this coming along? I'd love to help if there's anything I can do.