Viewing profile — s_m_mcguire
s_m_mcguire
HN member- Joined
- Fri, Feb 10, 2017, 1:38 PM UTC
- HN karma
- 15
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About s_m_mcguire
https://twitter.com/s_m_mcguire
https://github.com/steveorsomethin
Recent public activity
- comment
-
comment
Comment #13895254
Accounting for your average person, who do you estimate is more likely to cancel: The person watching hundreds of hours of meaningless action movies and TV, or the person subscribi…
-
comment
Comment #13620137
In my case I knew when the owning Rust struct was destroyed, and it was guaranteed to be the only thing holding the element handle so I would just free the DOM node during the dest…
-
comment
Comment #13615283
Not first class access, but you can call arbitrary JavaScript via FFI. An approach that worked fine for me was to use a simple object which holds your DOM handles via incrementing …