Dave Methvin
Dave Methvin
@batata004 Have you made a pull request? Anyone can do one. Since this is open source, you are as responsible as anyone.
> Looks like nobody is gonna fix this bug In open source, fixing the bug that affects you is called "scratching the itch". Clearly this bug itches you but you...
Looking at your original post above, agree that you didn't ask for anything. I'm not sure what you mean by "heads up on this bug", your comment didn't clarify what...
@christophwolff So the best way is to use `httpOnly` cookies. What is running on the server side in order to set the `Cookie: ` header? Similarly, the XSRF cookie requires...
The primary issue is the fact that `innerText` leans on the layout engine for guidance, and jsdom has no layout engine. See https://html.spec.whatwg.org/multipage/dom.html#the-innertext-idl-attribute and http://perfectionkills.com/the-poor-misunderstood-innerText/ . From the second link:...
I'll gladly do it if I can get access, gives me an excuse to read through the issues. Unfortunately [GitHub permissions suck](https://github.com/isaacs/github/issues/311) right now so I pretty much have to...
My current thinking is that we should not document the additional interfaces, in which case this could be closed. Any objections?
I don't see a compelling reason to expand our API surface for this. It doesn't solve a need that jQuery users have expressed. We haven't gotten a lot of complaints...
Maybe I'm wrong but I just have a feeling this is a lot of work for little reward to expose something that isn't a mainstream need. Creating additional public API...
Nothing is hard if someone volunteers to do it. That's why this is labeled "help wanted", we just need someone motivated to do the work. If you are interested in...