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

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, 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 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

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: 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: 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: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

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