Daiwei Lu
Daiwei Lu
Do you also plan to use some kind of bundle system, e.g. browserify, to bundle things? Benefits: more clear entry point for each app.
For example, currently the JS files run like this ``` js // dummy-data.js (function () { // Some code })(); // ui.js (function () { // Some code })(); //...
That makes sense. Thanks for considering that.
@IanVS Hi, thanks for bringing this up! Glad this didn't break anything. But I'm curious why this didn't break anything, is it due to ResizeObserver will auto cap maximum callback...
No problem. Just flagging this is vastly helpful already! I don't currently have time to fix this, since it seems no harm for now. But the cause, you might already...
Hi, sorry for getting back so late. I think I'm going to remove the usage of ResizeObserver in this library and then figure a solution before adding it back. Thanks...
Thanks for your contribution. I'm on my family vacation now. Will look at this when I come back. Best, Daiwei On Jun 11, 2017, 5:50 PM +0800, Rasmus Eneman ,...
That's a good idea. We have to figure out a way to order the arguments, so they become useful. Might be tricky because we have an optional `initialSize` argument.
My original thought on this is that I agree curried function is useful and popular, but I want to leave this choice to user. You can easily use Ramda or...