Andri Möll
Andri Möll
Hey, I think the current behavior of https://github.com/tmpvar/jsdom/blob/8134159cb1ed3d58bd3dff908dc5027488471805/lib/jsdom/living/nodes/HTMLElement-impl.js#L49 is incorrect. Browsers seem to clear the `document.activeElement` _before_ the `blur` event is fired, not after. The only time they leave it...
Hey! Thanks for maintaining Ginger! I believe there's a precedence bug parsing the following `if` that I'm seeing in real-life Jinja templates: ``` {%- if foo is bar and baz...
Hey, Thanks for maintaining Fourmolu! Would you be open to supporting/configuring the [K&R brace style](https://en.wikipedia.org/wiki/Indentation_style) instead of the BSD-like that it seems to insist on? That is, in addition to...
Hey again and thanks for your continued maintenance of Modern URI! The more I think about it, the less I think this is a problem and working as intended, but...
Hey, Thanks for maintaining Modern URI! I'm trying to parse and handle "cid" URIs and noticed Modern URI escapes the "@" when rendering. From [RFC 2392](https://datatracker.ietf.org/doc/html/rfc2392) it seems to me...