issa marie tseng
issa marie tseng
[janus-stdlib](https://github.com/clint-tseng/janus-stdlib) now provides `fromEvent(jqInstance, eventName, f)` which gives a `Varying` where given an `f: (event, …) -> value` will map event firings into values for the `Varying`. It's implemented via...
and specifically, it is tricky to imagine a solution around this because the initialization process of a Map/Model is so specific (`_preinit` then `set` then `_init`) so we can't just...
Now with the addition of Navigator there is some code that presumes the existence of `Symbol` as well.
oops, we also use `String#startsWith`
so far i have not found any solution that preserves both of: * solving the problem so that eg ES6 `extends Model.build` does not break on second inheritance, and *...
I gave this a try, including a solution wherein we don't have to be synchronous if `rAF` does not exist; we can have Manifest manually manage the render cycles. The...
In addition, a global management system is required which is able to toggle modes, because if a lot of nested views exist then even rendering them at 60fps is too...
Okay, so: 1. now that the View Navigator system exists, the first concern around `.data('view')` is somewhat reduced, though the unreliability of view render timing is still probably annoying to...
but reject in what way?