Re: [FlexJS] Some examples on GitHub

2017-09-20 Thread Yishay Weiss
Sounds like Apache GitBox is the way to go. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: [FlexJS] Some examples on GitHub

2017-09-20 Thread Alex Harui
Hi Yishay, IMO, we want to improve ease of contributing for every line of our code, not just the examples, and we hope to get approved to use GitBox and make Github the center of development for FlexJS/Royale. However, I see it as our duty to the community to make sure that contributions are corr

Re: [FlexJS] Some examples on GitHub

2017-09-20 Thread Peter Ent
I'm going to be updating the Express examples now that I've got a bunch of beads for drag and drop added. The idea is to address common Flex app components for people looking to port over. ‹peter On 9/20/17, 6:19 AM, "Yishay Weiss" wrote: >Om, I opened an issue [1] with your request. Feel free

Re: [FlexJS] Some examples on GitHub

2017-09-20 Thread Yishay Weiss
Om, I opened an issue [1] with your request. Feel free to take care of this in your spare time. I encourage anyone interested in this who wants to see a specific example to open an issue. We're talking of very simple demos that shouldn't take more than a few minutes to create. [1] https://github

Re: [FlexJS] Some examples on GitHub

2017-09-20 Thread Piotr Zarzycki
Yishay, I believe all those concerns would be resolved once we totally move to github with new project. Thanks, 2017-09-20 9:56 GMT+02:00 Yishay Weiss : > My main issue with it being on GitHub is that I'd be the owner of the repo > instead of the Apache Royale community. Otherwise I like GitHub

Re: [FlexJS] Some examples on GitHub

2017-09-20 Thread Yishay Weiss
My main issue with it being on GitHub is that I'd be the owner of the repo instead of the Apache Royale community. Otherwise I like GitHub for the following reasons: - Easy cloning/downloading - Easy collaboration/contribution system - Familiar UI - On this familiar UI the branches which represent

Re: [FlexJS] Some examples on GitHub

2017-09-20 Thread Yishay Weiss
Yishay Weiss wrote > I'm happy to move this to Apache. I'd like the bar to committing to this > repo > to be near zero, so only Apache Flex committers are involved. I also think Should be: I'm happy to move this to Apache. I'd like the bar to committing to this repo to be near zero, so NOT only

Re: [FlexJS] Some examples on GitHub

2017-09-19 Thread OmPrakash Muppirala
On Sep 19, 2017 9:58 PM, "Yishay Weiss" wrote: I'm happy to move this to Apache. I'd like the bar to committing to this repo to be near zero, so only Apache Flex committers are involved. I also think it should be completely independent of our releases. I read some feedback from a few board memb

Re: [FlexJS] Some examples on GitHub

2017-09-19 Thread Yishay Weiss
I'm happy to move this to Apache. I'd like the bar to committing to this repo to be near zero, so only Apache Flex committers are involved. I also think it should be completely independent of our releases. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: [FlexJS] Some examples on GitHub

2017-09-19 Thread Yishay Weiss
I agree about Express. I think each Basic example branch should have a corresponding Express example branch. That way you can compare the two by comparing branches. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: [FlexJS] Some examples on GitHub

2017-09-19 Thread Alex Harui
Hi Yishay, Sounds useful. Is there a reason these examples aren't being placed in an Apache repo? Just curious. -Alex On 9/19/17, 1:15 PM, "Yishay Weiss" wrote: >Hi, > >I've created a repository [1] on GitHub with some FlexJS examples. It now >includes basic implementations of HelloWorld, Dat

Re: [FlexJS] Some examples on GitHub

2017-09-19 Thread OmPrakash Muppirala
Yishay, This is very useful. Thanks for starting this initiative. I was wondering if we could start with Express components so that there is less of boiler-plate code in the examples? For example, do we really need to add this in all examples: Thanks, Om On Tue, Sep 19, 2017 at 1:18 PM, Pi

Re: [FlexJS] Some examples on GitHub

2017-09-19 Thread Piotr Zarzycki
Hi Yishay, Cool! Just starred it! :) Thanks, Piotr 2017-09-19 22:15 GMT+02:00 Yishay Weiss : > Hi, > > I've created a repository [1] on GitHub with some FlexJS examples. It now > includes basic implementations of HelloWorld, DataBinding, and States. Each > example is in a branch which includes

[FlexJS] Some examples on GitHub

2017-09-19 Thread Yishay Weiss
Hi, I've created a repository [1] on GitHub with some FlexJS examples. It now includes basic implementations of HelloWorld, DataBinding, and States. Each example is in a branch which includes the source for that example. I'm hoping to get some feedback by way of opened GitHub issues, and some he