Results 13 issues of Rose Davidson

Although the AST does not include a Comment node, it is frequently a good idea to insert comments into generated code. It's possible to wrap textual comments in a string...

enhancement
help wanted

The react devtools have a way to connect to a react instance in an iframe (using `__REACT_DEVTOOLS_GLOBAL_HOOK__ = parent.__REACT_DEVTOOLS_GLOBAL_HOOK__`). Is there any way to do that for alt? I have...

https://developers.google.com/accounts/docs/OpenID#shutdown-timetable

I have manually installed [MacFUSE 4.0.5](https://osxfuse.github.io/); homebrew casks only have 3.11.2. Running `brew install amoffat/rnd/supertag` as directed in the docs produced this error: ``` Warning: Calling depends_on :osxfuse is deprecated!...

I've been reading [login.go](https://github.com/vouch/vouch-proxy/blob/master/handlers/login.go) and I think the failure counter logic might not be working properly since #350. The session is locked to the path `/auth/{state}/`, so the failure counter...

bug
help wanted

If I load an epub whose chapter files have a stylesheet `` tag, it gets stripped because the stylesheet is only referenced in `self.content`, not `self.links`.

bug

I am writing an async app (using Trio). I have an Application class with various async "handle_x_event" methods that get scheduled in the Trio nursery. Some such events need to...

The [OFL-1.1-RFN](https://spdx.org/licenses/OFL-1.1-RFN.html) permits specifying "Reserved Names"; any modified version of the font must **not** use the reserved name. The license text recommends specifying the reserved name "after the copyright statement"...

help wanted

I'm not sure how the form widgets are meant to be positioned and styled. Can you create an example that shows them looking good? I couldn't figure it out.

[Forum channels](https://discord.com/developers/docs/topics/threads#forums) are a relatively new Discord feature; they're a channel where only threads can be created. The initial post in the thread is treated specially in the UI. ![Screenshot...