Karl Swedberg
Karl Swedberg
Hey @dmethvin, In the last sentence, you can probably drop the first "relative" because it's redundant: "Code should not depend on the order of `focusin` and `focusout` events relative to...
We should definitely update the documentation. I was thinking about how to rewrite this and was struggling a bit because it _is similar_ to using the universal selector — `$(...
Here is the function that Sizzle uses for these pseudo-selectors, for what it's worth: ``` js function createInputPseudo( type ) { return function( elem ) { var name = elem.nodeName.toLowerCase();...
yeah, @dmethvin, that was the point I was trying to make as well. it definitely presents a documentation challenge. I'll see what I can come up with tonight.
@savetheclocktower thank you so much for diagnosing the problem! I'm surprised I haven't seen more people who have run into this.
@savetheclocktower if you do want to look at how other IDEs handle this, Visual Studio Code seems to have figured it out—though I don't know how or where. Others, like...
Any updated status on this one?
Cool deal. That’s what I’ve been doing. Appreciate the update!
Hi @EvilJohnny . I think the problem is that you're not updating the package.json file's version. By default, grunt-version uses that file for the "canonical" version. If you don't care...
Sorry, sent previous comment too soon. That first suggestion won't work. the `pkg` option has to refer to either a JSON file or a JavaScript object.