Chunpeng Huo

Results 332 comments of Chunpeng Huo
trafficstars

I can use the batch api if it's available.

This issue is resolvable here because this is an aurelia plugin. For some other js lib out of aurelia landscape, aurelia 1 can observe any POJO change without any problem....

@bigopon is the batch API ready yet?

Thx, I will have a look.

Batch api worked well in https://github.com/3cp/aurelia2-dnd v0.3.0. Aurelia 2's reorderable-repeat will take some work as the repeater in Aurelia 2 is totally different from Aurelia v1.

I will start this. But don't expect finishing fast, as au2 repeater is totally different. Hope I can make it behaving same on the surface.

Thx. I agree it's a good idea to limit the "preview" image movement on the axis of the reordering, that's what native reordering UI does anyway. I would like to...

Still got no desire to implement hmr. Even with hmr implemented in dumber and dumber-module-loader, aurelia/react hot reload cannot cover all edge cases (such as router config). I don't want...

Let's put it back, in case I got time for it.

Agree. Config is easy to turn it on/off globally. How to provide a per file/line config? For example, we still want use transpiled import() to load local route pages, but...