Re: [LAZY] Enabling Github pull requests in Apache Flex

2014-07-25 Thread Chris Martin
I think this would be very cool. Chris On Thu, Jul 24, 2014 at 5:34 PM, OmPrakash Muppirala wrote: > The INFRA team has started supporting [1] pull requests from github. If no > one has objections, I will open a ticket with INFRA to enable this feature > for Apache Flex. In particular, these

Re: AW: AW: AW: AW: AW: AW: Falcon and Antlr4

2014-07-25 Thread Gordon Smith
It sounds like you're making good progress. I agree with how you want to use the Antlr4 callbacks to construct a FalconAST. - Gordon Sent from my iPad > On Jul 24, 2014, at 11:06 PM, "Christofer Dutz" > wrote: > > Hi Gordon, > > I won't object that Shaoting Cai certainly knew what he was do

Re: [DRAFT 2] 4.13.0 Announcement

2014-07-25 Thread Alex Harui
Couldn't find a way to use head or last modified header from ant. I'd be happy to be wrong. I don't want to tie up my Internet connection downloading this much stuff. Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Tom Chiverton wrote: I haven't checked the servers in question, but

RE: [DRAFT 2] 4.13.0 Announcement

2014-07-25 Thread Frédéric THOMAS
I do that to check if the size of the file to download has changed since the user paused the download (could be a very long pause) and check if the server has resume capabilities, if that helps: protected function onDownloadResponseStatus(event:HTTPStatusEvent):void { urlStream.removeEve

Re: [DRAFT 2] 4.13.0 Announcement

2014-07-25 Thread Tom Chiverton
I haven't checked the servers in question, but unless they are returning etag or last-modified that we trust, we still need to fetch the whole file and then checksum it ? Not that I understand why having lots of data means it needs anything as complicated as a AIR application... Tom On 25/07/14

RE: [DRAFT 2] 4.13.0 Announcement

2014-07-25 Thread Kessler CTR Mark J
The http request method "HEAD" should work. Standard ones you are used to are "GET" and "POST". The HEAD method simply checks the header which can tell it things like date modified and size. " This method can be used for obtaining metainformation about the entity implied by the request withou

Re: [DRAFT 2] 4.13.0 Announcement

2014-07-25 Thread Alex Harui
Because it adds up to gigs of data. Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Tom Chiverton wrote: Why's this an AIR app ? Surely a bit of bash that pulls the file once an hour, checks the size and hash, and then runs the svn commands would be easier ? Tom On 25/07/14 08:06, A

Re: [DRAFT 2] 4.13.0 Announcement

2014-07-25 Thread Tom Chiverton
Why's this an AIR app ? Surely a bit of bash that pulls the file once an hour, checks the size and hash, and then runs the svn commands would be easier ? Tom On 25/07/14 08:06, Alex Harui wrote: > Technically, we are good to go, but I've chickened out of pushing the > announcement because I am tr

Re: ApacheCon

2014-07-25 Thread Alex Harui
Good luck. Hope you get more folks than we did in Denver. -Alex On 7/24/14 6:46 AM, "Justin Mclean" wrote: >Hi, > >Well looks like it's now official and public - my talks: >http://apacheconeu2014.sched.org/speaker/justin75#.U9EJ4hZJlqp > >Also Chris: >http://apacheconeu2014.sched.org/speaker/c

Re: [DRAFT 2] 4.13.0 Announcement

2014-07-25 Thread Alex Harui
Technically, we are good to go, but I've chickened out of pushing the announcement because I am trying to finish up an AIR app that will at least monitor the checksums, and maybe even auto-update the config.xml file. The worst case scenario is we announce, 500 folks start downloading and moments a