Michał Gołębiowski-Owczarek
Michał Gołębiowski-Owczarek
Just the cursor.
In david 10.1.0 I don't see a progress bar and, therefore, the cursor no longer disappears. Was that an intended change or did sth change accidentally?
That includes all core Angular modules as well as the main UI router.
PR: #345. Please review.
Any chance of merging the fix? `time-grunt` doesn't work at all without it.
@sindresorhus Can you provide a full test case? The following: ``` js console.log("before"); process.on("exit", function() { console.log("on exit"); }); console.log("after"); ``` properly logs: ``` before after on exit ``` on...
Yeah, I think such things are more in scope of a linter.
FYI, you don't need the jQuery -prefix-free plugin in its current form at all since jQuery auto-prefixes properties (but not values) since version 1.8.0. I've actually reported a feature ticket...
BTW, the current functionality is long not needed, jQuery 1.11 will be released soon and since 1.8 jQuery adds prefixes to properties by itself. Adding it by the -prefix-free plugin...
I've just stumbled upon this very same issue. Funny thing is detection works fine in Chrome but it fails in Safari 6.0.1...