Re: Concerned about the LGPL dependency in Webkit

2019-07-17 Thread York Shen
Just some further information about what @ddy199726 said. The relationship between weex and JavaScriptCore is similar to the relationship between any Java Project and JDK. If one want to run a Java program, he/she must have a JDK/JRE to interpret Java byte code. If one want to run a Weex

Re: App freezing with 0.26 sdk update

2019-07-17 Thread Vipul Gupta
Sure York shen. Please find link to Github - https://github.com/apache/incubator-weex/issues/2718 On Wed, Jul 17, 2019 at 2:43 PM York Shen wrote: > Well, please report bug using Github Issue with the default template[1] > and provide a reproducible demo. As a developer, you might understand

Re: [DISCUSS] How to handle Github Issue

2019-07-17 Thread York Shen
Thanks for the information you provide. I’d like to combine the information you provide and the proposal of "planing work based on Github issues/PRs/milestone you mentioned last time” [1] together and write down a more formal solution that we can discuss and implement with little cost. It

Re: [ANNOUNCEMENT] Separate weex_sdk and weex_playground for good

2019-07-17 Thread York Shen
Thanks. I shall fix the documentation issues(pretty a lot) early in next week. Best Regards, York Shen 申远 > 在 2019年7月16日,16:44,Jan Piotrowski 写道: > > Awesome, that was quick - thanks Katherine and RenminWang! > > I will try to check out and play with >

Re: App freezing with 0.26 sdk update

2019-07-17 Thread York Shen
Well, please report bug using Github Issue with the default template[1] and provide a reproducible demo. As a developer, you might understand that there is nothing we can do before reproducing the potential problems. [1] https://github.com/apache/incubator-weex/issues/new/choose

Re: Concerned about the LGPL dependency in Webkit

2019-07-17 Thread dyy199726
Hey I'm a developer of incubator-weex Weex used to use JavaScriptCore's source code directly to execute JavaScript like this way . JSValue returnValue = evaluate(globalObject->globalExec(), makeSource(source, sourceOrigin, url), JSValue(), evaluationException); in this case, globalObject is