Re: [FlexJS] subclassed Flash classes and casting

2016-07-12 Thread Harbs
I did not think about Application. That does put a spanner in the works, but composition might make sense anyway and proxy everything. It’ll probably be a lot of work, and there’s probably other things to worry about first. HTML needs to be broken down into 3 categories: Normal DOM elements, SV

Re: [FlexJS] subclassed Flash classes and casting

2016-07-12 Thread Harbs
Here’s a good article on transforms (and differences with different methods) https://css-tricks.com/transforms-on-svg-elements/ On Jul 12, 2016, at 11:29 AM, Harbs wrote: > I did not think about Application. That does put a spanner in the works, but > composition might make sense anyway and pr

[ASJS] Giving the configs some love

2016-07-12 Thread Christofer Dutz
Hi, while I was recently working on the Maven distribution, I noticed that not all config-xmls seem to reference all the framework modules. I think we should ensure that all contain references to all modules. I think for example XML wasn't referenced in all. Chris

Personal util repo

2016-07-12 Thread Harbs
FYI, I just create a personal repo for parking utility classes which have too much overhead or don’t quite fit in the official FlexJS repo. My first entry is a migrated Base64 class. https://github.com/Harbs/flexjs-utils

Re: [FlexJS] subclassed Flash classes and casting

2016-07-12 Thread Alex Harui
On 7/12/16, 1:29 AM, "Harbs" wrote: >I did not think about Application. That does put a spanner in the works, >but composition might make sense anyway and proxy everything. It’ll >probably be a lot of work, and there’s probably other things to worry >about first. > >HTML needs to be br

Re: Personal util repo

2016-07-12 Thread Alex Harui
On 7/12/16, 7:15 AM, "Harbs" wrote: >FYI, I just create a personal repo for parking utility classes which have >too much overhead or don’t quite fit in the official FlexJS repo. My >first entry is a migrated Base64 class. > >https://github.com/Harbs/flexjs-utils Interesting. Why did you not s

Re: [FlexJS] subclassed Flash classes and casting

2016-07-12 Thread Harbs
I’ll respond inline although it’ll likely start to get cumbersome. On Jul 12, 2016, at 5:33 PM, Alex Harui wrote: > > > On 7/12/16, 1:29 AM, "Harbs" wrote: > >> I did not think about Application. That does put a spanner in the works, >> but composition might make sense anyway and prox

Re: Personal util repo

2016-07-12 Thread Harbs
Two reasons: 1. I like the idea of a single static class for doing these conversions rather than instantiating an encoder/decoder every time. 2. My understanding is that this class is by far the most performant in reading and writing Base64. On Jul 12, 2016, at 5:48 PM, Alex Harui wrote: > >

Re: Personal util repo

2016-07-12 Thread Alex Harui
On 7/12/16, 7:58 AM, "Harbs" wrote: >Two reasons: > >1. I like the idea of a single static class for doing these conversions >rather than instantiating an encoder/decoder every time. >2. My understanding is that this class is by far the most performant in >reading and writing Base64. Does the

Re: [FlexJS] subclassed Flash classes and casting

2016-07-12 Thread Alex Harui
On 7/12/16, 7:55 AM, "Harbs" wrote: >I’ll respond inline although it’ll likely start to get cumbersome. > >On Jul 12, 2016, at 5:33 PM, Alex Harui wrote: > >> >> >> On 7/12/16, 1:29 AM, "Harbs" wrote: >> >>> I did not think about Application. That does put a spanner in the >>>works,

Re: Personal util repo

2016-07-12 Thread Harbs
I think it’s a very good fit. It has the overhead of trying to figure out the legalities of using it in the official repo. If someone wants to deal with that, be my guest… ;-) On Jul 12, 2016, at 6:31 PM, Alex Harui wrote: > > > On 7/12/16, 7:58 AM, "Harbs" wrote: > >> Two reasons: >> >>

Re: [ASJS] Giving the configs some love

2016-07-12 Thread Alex Harui
On 7/12/16, 4:21 AM, "Christofer Dutz" wrote: >Hi, > > >while I was recently working on the Maven distribution, I noticed that >not all config-xmls seem to reference all the framework modules. I think >we should ensure that all contain references to all modules. I think for >example XML wasn't

Re: Personal util repo

2016-07-12 Thread Justin Mclean
Hi, > It has the overhead of trying to figure out the legalities of using it in the > official repo. If someone wants to deal with that, be my guest… ;-) It’s MIT licensed which is Category A [1] and compatible with the Apache 2.0 license. So that could easily be added to one of our repos and b

ApacheCon Europe - Call for presentations

2016-07-12 Thread Justin Mclean
Hi, Anyone thinking of submitting anything for ApacheCon in Europe? It’s on Nov 14-18th and CFP closes Sept 9th. http://events.linuxfoundation.org/events/apachecon-europe/program/cfp I’ll submit something incubator release

Re: Personal util repo

2016-07-12 Thread Justin Mclean
Hi, Also something that may help here’s a worked license and notice example video [1] and instruction on github [2] (pull requests welcome) I created a little while back. I plan on putting a few of these together to help people with license/notice issues as they seem to come up reasonably often

Re: Personal util repo

2016-07-12 Thread Harbs
Hi Justin, I’m kind of dense when it comes to these things. Could you just do what needs to be done to put the class into Core at com.apache.flex.utils? I’ll use what you do as a model for future additions. Thanks, Harbs On Jul 13, 2016, at 12:57 AM, Justin Mclean wrote: > Hi, > >> It has

Re: Personal util repo

2016-07-12 Thread Justin Mclean
HI, > Could you just do what needs to be done to put the class into Core at > com.apache.flex.utils? If it’s bundled in a release, add this (or something like it) to the releases LICENSE file: "This product bundles (path to file go here) a Base64 AS3 library, copyright (C) 2012 Jean-Philippe A