Viewing profile — madzanderzen
madzanderzen
HN member- Joined
- Wed, Aug 07, 2013, 5:40 PM UTC
- HN karma
- 4
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About madzanderzen
No profile information was provided.
Recent public activity
-
comment
Comment #6175758
Just one last question... Say I have something like a button with an action, and the action has a cell whose value is used when the action is executed by clicking the button. If I …
-
comment
Comment #6175659
Nice! Thanks for taking the time to explain this :-)
-
comment
Comment #6175128
Ahh, you're putting the entire UI in binds. That's a really clever way to handle the lifecycle of the listeners! bind is "stupid" in the way that it completely recalculates a cells…
-
comment
Comment #6174709
Thanks for the explanation in the link. The problem that is described in the link is clearly solvable, however what I'm referring to is more fundamental. I'm not talking about nest…
-
comment
Comment #6174324
"z = bind -> x.get() + y.get()" seems nice, but when are the attached listeners removed again? Typically this is solved with weak listeners, but Javascript doesn't support weak ref…