Re: Could not login with my Apache ID of "shihan.zsh" .

2017-03-14 Thread shihan zheng
I had received the email from r...@apache.org last night . And My apache ID now is OK . Thank you very much. On Wed, Mar 15, 2017 at 1:25 PM, Niclas Hedhman wrote: > The name has gone into the list of accounts; > > niclas@devdesk:~/dev/asf/foundation$ cat officers/iclas.txt | grep shihan > zs

[GitHub] incubator-weex pull request #108: update doc example about component rect

2017-03-14 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/108 update doc example about component rect 1. update doc example about component rect 2. remove unused zip file You can merge this pull request into a Git repository by running: $ git

Re: Could not login with my Apache ID of "shihan.zsh" .

2017-03-14 Thread Niclas Hedhman
The name has gone into the list of accounts; niclas@devdesk:~/dev/asf/foundation$ cat officers/iclas.txt | grep shihan zshshr:Shihan Zheng:Shihan Zheng:zhengshihan...@gmail.com:Signed CLA;shihan-zheng And normally, you should have received an email with instructions of what to do after that. Ni

Re: Could not login with my Apache ID of "shihan.zsh" .

2017-03-14 Thread Niclas Hedhman
Hmmm... Is this still a problem? Something must have gone awry somewhere... On Tue, Mar 14, 2017 at 4:18 PM, shihan zheng wrote: > Something wrong ? I have not receive any email about my apache ID, and I > stilly could not login with my apache ID of "zshshr" ? > And please check my registered

[GitHub] incubator-weex pull request #107: * [doc] Update cnzz id.

2017-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/107 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] incubator-weex pull request #107: * [doc] Update cnzz id.

2017-03-14 Thread DoranYun
GitHub user DoranYun opened a pull request: https://github.com/apache/incubator-weex/pull/107 * [doc] Update cnzz id. Update cnzz id, cnzz is an analysis tool. You can merge this pull request into a Git repository by running: $ git pull https://github.com/DoranYun/incubator-wee

[GitHub] incubator-weex pull request #100: validate接口补�

2017-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/100 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

Re: Sorting out Weex APIs and tools

2017-03-14 Thread Wenhong Wu
Hi, Tiago, Thanks for your valuable points. Weex cli command has just unified to toolkit, which means you don't need to use weexpack or devtool separately. All comes to a simple way, after npm install weex-toolkit. You just call weexpack subcommand after weex like "weex create xxx" "weex platform

[GitHub] incubator-weex issue #100: validate接口补�

2017-03-14 Thread cxfeng1
Github user cxfeng1 commented on the issue: https://github.com/apache/incubator-weex/pull/100 @zshshr please review for Android changes. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] incubator-weex pull request #106: * [ios] fix issue that header at bottom no...

2017-03-14 Thread cxfeng1
GitHub user cxfeng1 opened a pull request: https://github.com/apache/incubator-weex/pull/106 * [ios] fix issue that header at bottom not work * fix issue that header at bottom not work * add footer support to waterfall example You can merge this pull request into a Git repositor

Re: Sorting out Weex APIs and tools

2017-03-14 Thread sospartan
I'm totally agree with you. The weex tooling is confusing, even for me, as a team member, use/dev weex everyday. I'd like in some day, we can use one single tool to manage all these things. This thread may take some time for rest of team, since it's midnight in china. 😅 Thanks for the feedback.

Sorting out Weex APIs and tools

2017-03-14 Thread Tiago Alves
Hello all! I am a newcomer that is still trying to wrap his head around the project. And hey, maybe it's good thing to have an outsider's perspective! After some days experimenting with Weex, the Hackernews project, weexpack and weex-toolkit, I still have this question: How will people use Weex i

[GitHub] incubator-weex pull request #103: * [ios] scrollToElement should have no eff...

2017-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/103 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] incubator-weex pull request #105: * [ios] fix animation bounds

2017-03-14 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/105 * [ios] fix animation bounds bugfix animation bounds You can merge this pull request into a Git repository by running: $ git pull https://github.com/acton393/incubator-weex 0.11-dev A

Re: Intend to update Vanilla framework with the Vue version

2017-03-14 Thread jiyinyiyong
I updated that Gist. Din't noticed that I removed code for `instances[instanceId] =`, now they are back. What do you think about normalize? Can I import them if that's already provided? On Fri, Mar 10, 2017 at 6:46 PM Hanks Zhang wrote: > Thanks for doing this. > > The code in the gist [1] migh

Re: Support all top-level DOM APIs in Vue 2

2017-03-14 Thread Wenhong Wu
En, so Vue2.0 change should be above SDK/jsfm? If API was called between JS and native with high-frequency like "addElement", moving it to top-level will save some time. I prefer other APIs be assessed in this way :) Thanks On Tue, Mar 14, 2017 at 1:16 PM, Hanks Zhang wrote: > Yes, we have alre

[GitHub] incubator-weex issue #104: [android] Refactor Dom and Render code

2017-03-14 Thread weex-bot
Github user weex-bot commented on the issue: https://github.com/apache/incubator-weex/pull/104 6 Warnings :warning: Potential BREAK CHANGE. Modify public in android/sdk/

[GitHub] incubator-weex pull request #104: [android] Refactor Dom and Render code

2017-03-14 Thread sospartan
GitHub user sospartan opened a pull request: https://github.com/apache/incubator-weex/pull/104 [android] Refactor Dom and Render code You can merge this pull request into a Git repository by running: $ git pull https://github.com/sospartan/incubator-weex new-stmt Alternativel

Re: Could not login with my Apache ID of "shihan.zsh" .

2017-03-14 Thread shihan zheng
Something wrong ? I have not receive any email about my apache ID, and I stilly could not login with my apache ID of "zshshr" ? And please check my registered email : zhengshihan...@gmail.com On Tue, Mar 14, 2017 at 2:56 PM, Niclas Hedhman wrote: > Done, I think you got an email already... >

[GitHub] incubator-weex pull request #103: * [ios] scrollToElement should have no eff...

2017-03-14 Thread cxfeng1
GitHub user cxfeng1 opened a pull request: https://github.com/apache/incubator-weex/pull/103 * [ios] scrollToElement should have no effect if the scroller itself can not scroll * demo:http://dotwe.org/vue/b1ca4e9b6caea65106b152048afd3677 You can merge this pull request into

[GitHub] incubator-weex pull request #102: * [android] update modify nullpoint

2017-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/102 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] incubator-weex pull request #101: 0.11 dev bugfix

2017-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/101 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] incubator-weex pull request #101: 0.11 dev bugfix

2017-03-14 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/101#discussion_r105837471 --- Diff: android/sdk/src/main/java/com/taobao/weex/ui/component/WXComponent.java --- @@ -1070,7 +1071,11 @@ public final void removeAllEvent() {