Re: Weex-cli developement

2017-06-12 Thread jerry.s
Hi,Tiago: I think it is good thing if we have scaffold. we have finished some one for develop https://github.com/weexteam/generator-weex-plugin one for common user with weex https://github.com/weexteam/weexpack-android

Re: Where's the rest?!?

2017-06-09 Thread jerry.s
Hi, NetPuter: You're welcome. if you have any suggestion about weex, we can discuss here :-) Best Regards Jerry > 在 2017年6月9日,下午5:42,NetPuter 写道: > > As a external weex user, it is great to hear more about weex. > > 2017-06-09 17:33 GMT+08:00 xing zhang : > >> Yeah,you are right, I just igno

Re: I think we can release now

2017-06-08 Thread jerry.s
Congratulations!!! > 在 2017年6月8日,下午4:30,BryantWu 写道: > > Congratulations

Re: why WebSocket only support in .we file,not support in vue2.0

2017-06-06 Thread jerry.s
Hi,Nan: because jsfm can not support some method of websocket in 0.11 . I add the description. Now weex support websocket with vue in weexsdk 0.12. I update document of websocket and demo https://weex.apache.org/references/modules/websocket.html

Re: Introduce myself

2017-06-02 Thread jerry.s
Hi, Raphael: Welcome to Weex, I am kfeagle . I am an iOS developer and weex commiter . It's beautiful thing you can join weex. Wish us a good cooperation Best Regards Jerry > 在 2017年5月17日,下午8:07,Raphael Bircher 写道: > > Hi acton393 > > I was on on Apple befor, now I'm more on Windows and An

Re: [VOTE]Apache Weex-incubating Release 0.12.0-RC5

2017-06-02 Thread jerry.s
+1 Best Wishes! > 在 2017年6月2日,下午3:16,宁栗 写道: > > +1 > > 2017-06-02 15:13 GMT+08:00 Tancy Ni : > >> +1 >> >> sospartan 于2017年6月2日周五 下午3:07写道: >> >>> Hi Weex PPMC, >>> I'll calling a vote for release Weex-incubating 0.12.0-RC5. >>> Fix some issues point out by IPMC. Hope this one will have a >>>

Re: [VOTE]Apache Weex-incubating Release 0.12.0-RC4

2017-05-12 Thread jerry.s
+1 > 在 2017年5月12日,下午5:19,Tancy Ni 写道: > > +1 > > He Sai 于2017年5月12日周五 下午5:16写道: > >> +1 >> >> 2017-05-12 17:10 GMT+08:00 sospartan : >> >>> Hi Weex PPMC, >>> I'll calling a vote for release Weex-incubating 0.12.0-RC4. >>> Please notice this: The tarball in dist.apache.org contains SDK source

Re: [VOTE]Apache Weex-incubating Release 0.12.0-RC3

2017-04-28 Thread jerry.s
+1, Best Wishes! Best Regards Jerry > 在 2017年4月28日,下午4:55,Adam Feng 写道: > > +1, looking forward to Weex-incubating’s first release. > > > > Thanks. > Adam Feng > > On 2017年4月28日 +0800 PM4:52, sospartan , wrote: >> Hi Weex PPMC, >> I'll calling a vote for release Weex-incubating 0.12.0-RC3

Re: reply:How to improve the animation in weex

2017-04-07 Thread jerry.s
Hi,Adam: Because new method add one parameter .vue and rax also use old setimeout and setInterval. These jsfm methods are not modified. If these methods are changed . we can use new methods to replace old methods. Best Regards Jerry > 在 2017年4月7日,下午10:45,jerry.s 写道: > > H

Re: reply:How to improve the animation in weex

2017-04-07 Thread jerry.s
Hi,Wenhong: If developer want to realize continuous animation in Weex. The usual way is trough call settimeout. when spirit move to assigned address in setting time. then call settimeout. the timer performance is the key point to improve animation performance with the spirit move frequently a

Re: reply:How to improve the animation in weex

2017-04-06 Thread jerry.s
Hi,Kaifeng: It's GREAT. Because weex use timer frequently . I think this method will reduce delay in communication I will add similar feature for iOS in Weex. Best Regards Jerry > 在 2017年4月6日,下午7:21,刘洋(凯冯) 写道: > > Hi all, > > > The typical way to create animations in JavaScript is to use

How to improve the animation in weex

2017-04-06 Thread jerry.s
Hi All: If there is a lot of communication to run animation in weex. animation is not smooth. Is there method to improve animation in weex? Best Regards Jerry