Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8CA25F9BB for ; Sun, 2 Jun 2013 02:29:00 +0000 (UTC) Received: (qmail 66420 invoked by uid 500); 2 Jun 2013 02:29:00 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 66397 invoked by uid 500); 2 Jun 2013 02:29:00 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 66389 invoked by uid 99); 2 Jun 2013 02:29:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jun 2013 02:29:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of simon.macdonald@gmail.com designates 209.85.212.47 as permitted sender) Received: from [209.85.212.47] (HELO mail-vb0-f47.google.com) (209.85.212.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jun 2013 02:28:56 +0000 Received: by mail-vb0-f47.google.com with SMTP id x13so1879458vbb.6 for ; Sat, 01 Jun 2013 19:28:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=x17exN+lDC890sz8x0I2PYW0O2611SWnvDyfRkdpb7o=; b=NHoWCgTai2MPxoAYyh4byL+VgkC8g6ePgFzxCmoiw4VkCjUdzf4HWCgTUzZT6KsUU5 3c+hMcHmNt6W/jK1B2QxSW5jeH+DlRnYKQw2wq5i6sHgdOMSZNIU8Z3gxigyT1YfWeFB qWC4EsdDX68tC/GjKvnrRj+rsjdwtnsRxFjIi4Gs/qaSbkjcNuCAY+IsDD3jJSV/8Hw/ 4WKlln0X71NBQw1Dd5sEVmpKjL8O6qACezh6ddzDPMmgWuxA8r42CyV6go13q3MIRHEq 9l7THF2k1XF77Cx890A0APXAjDPcPJReSSzqzfN/aHk/B4LDbn35cXwyozIuvti30pYB 5NOw== X-Received: by 10.220.45.9 with SMTP id c9mr10174049vcf.65.1370140115746; Sat, 01 Jun 2013 19:28:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.23.4 with HTTP; Sat, 1 Jun 2013 19:28:15 -0700 (PDT) In-Reply-To: References: From: Simon MacDonald Date: Sat, 1 Jun 2013 22:28:15 -0400 Message-ID: Subject: Re: 2.8.0 To: "dev@cordova.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hey, I'm seeing a problem. I'm messing around with the iOS code. I pulled the latest version from the Apache GIT servers then I ran the create command to start a new Xcode project. When I try to select a photo from the PHOTOLIBRARY the dialog pops up and I can select the image but my error call back gets called. Testing: iPad 6.1 simulator and iPhone 6.1 simulator My build label is: CORDOVA_JS_BUILD_LABEL = '2.8.0rc1-0-g22bc4d8'; Here are the logs: CDVWebViewDelegate: Navigation started when state=1 2013-06-01 22:17:06.793 OttawaJsPhoneGap[44677:c07] Failed to load webpage with error: CDVWebViewDelegate: Navigation started when state=1 2013-06-01 22:17:08.162 OttawaJsPhoneGap[44677:c07] Error getting picture: null Here is my code: navigator.camera.getPicture( function(data) { var img = document.getElementById('myImage'); img.style.visibility = "visible"; img.style.display = "block"; img.src = data; }, function(e) { console.log("Error getting picture: " + e); }, { quality: 50, destinationType: Camera.DestinationType.FILE_URI, sourceType: Camera.PictureSourceType.PHOTOLIBRARY}); } } ); which is basically right out of MobileSpec tests. And I can tell you if I dump this same code in an old Xcode project that uses Cordova 2.2.0 it works just fine. Can someone take a look at this? Simon Mac Donald http://hi.im/simonmacdonald On Sat, Jun 1, 2013 at 9:17 PM, Filip Maj wrote: > Sorry guys just catching up on mail now. > > The fact that someone is not present is not a good reason for blocking > tagging or a release. > > All committers should be comfortable with all platforms at a minimum level > of creating a project and running tests. This includes the core platform > frameworks as well as docs, cli and plugman. I understand that not > everyone has a device they can test on for all platforms and that's fine, > but tagging + generating the docs, or running the tests for plugman or > cordova-cli is doable by anyone. If you happen to give the plugin + cli > tooling a go on a real device, even better. > > On 6/1/13 2:32 PM, "Brian LeRoux" wrote: > >>yup, see no reason why not >> >>On Sat, Jun 1, 2013 at 11:24 AM, Steven Gill >>wrote: >>> Looking at coho and the 2.8.0rc1, it is not in the release bundle. >>> >>> I believe we should add it to the release bundle and push it to npm. The >>> readme with the CLI can have instructions for installing with and >>>without >>> npm. >>> >>> Thoughts? >>> -Steve >>> >>> >>> On Fri, May 31, 2013 at 2:24 PM, Braden Shepherdson >>>wrote: >>> >>>> I'll take a look at the state of CLI for 2.8.x. It should definitely be >>>> tagged on the release branch, and if that branch is forked off of >>>>master it >>>> should probably be rebased. I'll take a look at its state and adjust >>>> appropriately. >>>> >>>> Is CLI part of the release bundle, or is it pushed to npm instead? >>>> >>>> Braden >>>> >>>> >>>> On Fri, May 31, 2013 at 3:09 PM, Benn Mapes >>>>wrote: >>>> >>>> > Do IT! nice job. >>>> > >>>> > >>>> > On Fri, May 31, 2013 at 12:07 PM, Steven Gill >>> > >wrote: >>>> > >>>> > > Okay. Got it packaged up. 2.8.0rc1 can be found at >>>> > > https://dist.apache.org/repos/dist/release/cordova/. >>>> > > >>>> > > I will start another thread about starting the process for 2.8.0. >>>> > > >>>> > > Cheers, >>>> > > -Steve >>>> > > >>>> > > >>>> > > On Fri, May 31, 2013 at 11:21 AM, Lorin Beer >>>>>>> > > >wrote: >>>> > > >>>> > > > awesome, thanks! >>>> > > > >>>> > > > On Fri, May 31, 2013 at 10:44 AM, Steven Gill < >>>> stevengill97@gmail.com> >>>> > > > wrote: >>>> > > > > Working on it. >>>> > > > > >>>> > > > > >>>> > > > > On Fri, May 31, 2013 at 10:27 AM, Lorin Beer < >>>> > lorin.beer.dev@gmail.com >>>> > > > >wrote: >>>> > > > > >>>> > > > >> Steve, have you cut the release? >>>> > > > >> >>>> > > > >> On Fri, May 31, 2013 at 2:53 AM, Shazron >>>> wrote: >>>> > > > >> > Updated the cli tag to be on 2.8.x branch >>>> > > > >> > >>>> > > > >> > >>>> > > > >> > On Thu, May 30, 2013 at 5:13 PM, Shazron >>>> > wrote: >>>> > > > >> > >>>> > > > >> >> Not sure who tagged 2.8.0rc1 on master2, but it really >>>>should >>>> > have >>>> > > > been >>>> > > > >> >> tagged in the 2.8.x branch. >>>> > > > >> >> >>>> > > > >> >> >>>> > > > >> >>>> > > > >>>> > > >>>> > >>>> >>>>https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;a=shortlog;h=r >>>>efs/heads/master2 >>>> > > > >> >> >>>> > > > >> >> >>>> > > > >> >> On Thu, May 30, 2013 at 4:58 PM, Shazron >>>> >>>> > > wrote: >>>> > > > >> >> >>>> > > > >> >>> Not sure how to proceed with this, I'm prob not the one to >>>> ask. >>>> > > I'd >>>> > > > say >>>> > > > >> >>> since the stakeholders are away, probably leave it as is, >>>>and >>>> I >>>> > > can >>>> > > > >> tag it >>>> > > > >> >>> later using coho. >>>> > > > >> >>> >>>> > > > >> >>> >>>> > > > >> >>> On Thu, May 30, 2013 at 4:55 PM, Benn Mapes < >>>> > benn.mapes@gmail.com >>>> > > > >>>> > > > >> wrote: >>>> > > > >> >>> >>>> > > > >> >>>> For the CLI I just updated master2 branch and tested it >>>>on >>>> > > windows >>>> > > > + >>>> > > > >> mac >>>> > > > >> >>>> and everything but the plugin add/remove works. If it >>>>still >>>> > isn't >>>> > > > >> tagged >>>> > > > >> >>>> we >>>> > > > >> >>>> might as well rebase the 2.8.x branch with master2. (I >>>>can do >>>> > > this >>>> > > > if >>>> > > > >> >>>> people are ok with it, otherwise we can just leave it as >>>>is.) >>>> > > > >> >>>> >>>> > > > >> >>>> >>>> > > > >> >>>> On Thu, May 30, 2013 at 3:51 PM, Lorin Beer < >>>> > > > lorin.beer.dev@gmail.com >>>> > > > >> >>>> >wrote: >>>> > > > >> >>>> >>>> > > > >> >>>> > Anis, if you can test this for us before the end of >>>>today, >>>> > > great. >>>> > > > >> >>>> > >>>> > > > >> >>>> > Otherwise, +1 for tagging at EOD, allowing Steve to >>>>cut the >>>> > > > release >>>> > > > >> >>>> > first thing tomorrow. >>>> > > > >> >>>> > >>>> > > > >> >>>> > On Thu, May 30, 2013 at 3:40 PM, Shazron < >>>> shazron@gmail.com> >>>> > > > wrote: >>>> > > > >> >>>> > > Someone more familiar with CLI should look at this. >>>> Looking >>>> > > at >>>> > > > the >>>> > > > >> >>>> repo, >>>> > > > >> >>>> > > the only sig. change was for Windows by Benn, after >>>>the >>>> > last >>>> > > > time >>>> > > > >> Fil >>>> > > > >> >>>> > > checked in code. >>>> > > > >> >>>> > > According to the repo, running 'npm test' should run >>>>the >>>> > > tests >>>> > > > >> but I >>>> > > > >> >>>> get >>>> > > > >> >>>> > > this error below. Not sure how to proceed... by EOD >>>>I say >>>> > > just >>>> > > > tag >>>> > > > >> >>>> it, >>>> > > > >> >>>> > and >>>> > > > >> >>>> > > if any issues arise we can fix for 2.8.0 final. >>>> > > > >> >>>> > > >>>> > > > >> >>>> > > ------------------------ >>>> > > > >> >>>> > >> cordova@2.7.4 test >>>> > > > /Users/shaz/Documents/Git/Apache/cordova-cli >>>> > > > >> >>>> > >> ./node_modules/jasmine-node/bin/jasmine-node --color >>>> > > > >> >>>> spec/cordova-cli >>>> > > > >> >>>> > > >>>> > > > >> >>>> > > >>>> > > > >> >>>> > > >>>> > > > >> >>>> > >>>> > > > >> >>>> >>>> > > > >> >>>> > > > >>>> > > >>>> > >>>> >>>>/Users/shaz/Documents/Git/Apache/cordova-cli/node_modules/jasmine-node/l >>>>ib/jasmine-node/index.js:24 >>>> > > > >> >>>> > > var minorVersion = >>>> > process.version.match(/\d\.(\d)\.\d/)[1]; >>>> > > > >> >>>> > > >>>> ^ >>>> > > > >> >>>> > > TypeError: Cannot read property '1' of null >>>> > > > >> >>>> > > at Object. >>>> > > > >> >>>> > > >>>> > > > >> >>>> > >>>> > > > >> >>>> >>>> > > > >> >>>> > > > >>>> > > >>>> > >>>> >>>>(/Users/shaz/Documents/Git/Apache/cordova-cli/node_modules/jasmine-node/ >>>>lib/jasmine-node/index.js:24:57) >>>> > > > >> >>>> > > at Module._compile (module.js:456:26) >>>> > > > >> >>>> > > at Object.Module._extensions..js >>>>(module.js:474:10) >>>> > > > >> >>>> > > at Module.load (module.js:356:32) >>>> > > > >> >>>> > > at Function.Module._load (module.js:312:12) >>>> > > > >> >>>> > > at Module.require (module.js:364:17) >>>> > > > >> >>>> > > at require (module.js:380:17) >>>> > > > >> >>>> > > at Object. >>>> > > > >> >>>> > > >>>> > > > >> >>>> > >>>> > > > >> >>>> >>>> > > > >> >>>> > > > >>>> > > >>>> > >>>> >>>>(/Users/shaz/Documents/Git/Apache/cordova-cli/node_modules/jasmine-node/ >>>>lib/jasmine-node/cli.js:1:77) >>>> > > > >> >>>> > > at Module._compile (module.js:456:26) >>>> > > > >> >>>> > > at Object.Module._extensions..js >>>>(module.js:474:10) >>>> > > > >> >>>> > > npm ERR! weird error 8 >>>> > > > >> >>>> > > npm ERR! not ok code 0 >>>> > > > >> >>>> > > >>>> > > > >> >>>> > > >>>> > > > >> >>>> > > >>>> > > > >> >>>> > > >>>> > > > >> >>>> > > On Thu, May 30, 2013 at 3:24 PM, Steven Gill < >>>> > > > >> stevengill97@gmail.com >>>> > > > >> >>>> > >>>> > > > >> >>>> > wrote: >>>> > > > >> >>>> > > >>>> > > > >> >>>> > >> I asked Fil. He said he hasn't looked at it >>>>recently. He >>>> > > says >>>> > > > it >>>> > > > >> >>>> should >>>> > > > >> >>>> > >> probably be tested. >>>> > > > >> >>>> > >> >>>> > > > >> >>>> > >> If everything gets tagged, I can look into >>>>packaging it >>>> up >>>> > > > >> tomorrow >>>> > > > >> >>>> and >>>> > > > >> >>>> > >> releasing/announcing on the various channels. >>>> > > > >> >>>> > >> On May 30, 2013 5:58 PM, "Lorin Beer" < >>>> > > > lorin.beer.dev@gmail.com> >>>> > > > >> >>>> wrote: >>>> > > > >> >>>> > >> >>>> > > > >> >>>> > >> > this is for RC, and I assumed we would, but I >>>>don't >>>> > think >>>> > > > it's >>>> > > > >> an >>>> > > > >> >>>> > >> > absolute requirement... >>>> > > > >> >>>> > >> > >>>> > > > >> >>>> > >> > Joe, can you bug Fil/Michael about the status of >>>>CLI >>>> and >>>> > > > wether >>>> > > > >> >>>> they >>>> > > > >> >>>> > can >>>> > > > >> >>>> > >> > tag? >>>> > > > >> >>>> > >> > >>>> > > > >> >>>> > >> > On Thu, May 30, 2013 at 2:55 PM, Joe Bowser < >>>> > > > bowserj@gmail.com >>>> > > > >> > >>>> > > > >> >>>> > wrote: >>>> > > > >> >>>> > >> > > This is for RC1, right? Do we need docs to even >>>>be >>>> > > tagged >>>> > > > to >>>> > > > >> do >>>> > > > >> >>>> an >>>> > > > >> >>>> > RC? >>>> > > > >> >>>> > >> > > >>>> > > > >> >>>> > >> > > On Thu, May 30, 2013 at 5:36 PM, Lorin Beer < >>>> > > > >> >>>> > lorin.beer.dev@gmail.com> >>>> > > > >> >>>> > >> > wrote: >>>> > > > >> >>>> > >> > >> Blocking issues on Mobile Spec have been >>>>tested and >>>> > > > >> resolved. >>>> > > > >> >>>> > >> > >> Mobile-Spec is now tagged. >>>> > > > >> >>>> > >> > >> >>>> > > > >> >>>> > >> > >> We are just waiting on Docs, and CLI. >>>> > > > >> >>>> > >> > >> >>>> > > > >> >>>> > >> > >> >>>> > > > >> >>>> > >> > >> >>>> > > > >> >>>> > >> > >> On Thu, May 30, 2013 at 2:30 PM, Shazron < >>>> > > > shazron@gmail.com >>>> > > > >> > >>>> > > > >> >>>> > wrote: >>>> > > > >> >>>> > >> > >>> Using coho to tag. D'oh - Andrew already >>>>tagged >>>> iOS, >>>> > > > doing >>>> > > > >> OS >>>> > > > >> >>>> X >>>> > > > >> >>>> > now >>>> > > > >> >>>> > >> > >>> >>>> > > > >> >>>> > >> > >>> >>>> > > > >> >>>> > >> > >>> On Thu, May 30, 2013 at 1:58 PM, Shazron < >>>> > > > >> shazron@gmail.com> >>>> > > > >> >>>> > wrote: >>>> > > > >> >>>> > >> > >>> >>>> > > > >> >>>> > >> > >>>> I'm tagging iOS and OS X shortly.... >>>> > > > >> >>>> > >> > >>>> >>>> > > > >> >>>> > >> > >>>> >>>> > > > >> >>>> > >> > >>>> On Thu, May 30, 2013 at 12:03 PM, Al Harding >>>>< >>>> > > > >> >>>> > >> alharding600@gmail.com >>>> > > > >> >>>> > >> > >wrote: >>>> > > > >> >>>> > >> > >>>> >>>> > > > >> >>>> > >> > >>>>> I also sent off an email to Steve too to see >>>> about >>>> > > > >> helping >>>> > > > >> >>>> us >>>> > > > >> >>>> > out. >>>> > > > >> >>>> > >> > >>>>> >>>> > > > >> >>>> > >> > >>>>> Let's do this! >>>> > > > >> >>>> > >> > >>>>> Al >>>> > > > >> >>>> > >> > >>>>> >>>> > > > >> >>>> > >> > >>>>> >>>> > > > >> >>>> > >> > >>>>> >>>> > > > >> >>>> > >> > >>>>> On Thu, May 30, 2013 at 11:40 AM, Lorin >>>>Beer < >>>> > > > >> >>>> > >> > lorin.beer.dev@gmail.com >>>> > > > >> >>>> > >> > >>>>> >wrote: >>>> > > > >> >>>> > >> > >>>>> >>>> > > > >> >>>> > >> > >>>>> > I think the delay is mostly due to our >>>>team >>>> > being >>>> > > > away >>>> > > > >> at >>>> > > > >> >>>> > >> > conferences >>>> > > > >> >>>> > >> > >>>>> this >>>> > > > >> >>>> > >> > >>>>> > week. >>>> > > > >> >>>> > >> > >>>>> > >>>> > > > >> >>>> > >> > >>>>> > components left to tag: >>>> > > > >> >>>> > >> > >>>>> > iOS >>>> > > > >> >>>> > >> > >>>>> > docs >>>> > > > >> >>>> > >> > >>>>> > CLI >>>> > > > >> >>>> > >> > >>>>> > Mobile Spec >>>> > > > >> >>>> > >> > >>>>> > >>>> > > > >> >>>> > >> > >>>>> > I talked with Shaz on tuesday, there are >>>>no >>>> > > > blockers on >>>> > > > >> >>>> iOS. >>>> > > > >> >>>> > He's >>>> > > > >> >>>> > >> > at >>>> > > > >> >>>> > >> > >>>>> > fluent today, but I would imagine he could >>>> > easily >>>> > > > get >>>> > > > >> it >>>> > > > >> >>>> > tagged. >>>> > > > >> >>>> > >> > >>>>> > Joe, can you bug Michael and Fil to tag >>>>CLI >>>> and >>>> > > > docs? I >>>> > > > >> >>>> can >>>> > > > >> >>>> > tag >>>> > > > >> >>>> > >> > mobile >>>> > > > >> >>>> > >> > >>>>> > spec this afternoon if no one else does. >>>>Then >>>> > > Steve >>>> > > > can >>>> > > > >> >>>> cut >>>> > > > >> >>>> > the >>>> > > > >> >>>> > >> > >>>>> > release. >>>> > > > >> >>>> > >> > >>>>> > >>>> > > > >> >>>> > >> > >>>>> > Let's get this done. >>>> > > > >> >>>> > >> > >>>>> > >>>> > > > >> >>>> > >> > >>>>> > - Lorin >>>> > > > >> >>>> > >> > >>>>> > >>>> > > > >> >>>> > >> > >>>>> > >>>> > > > >> >>>> > >> > >>>>> > On Thu, May 30, 2013 at 11:06 AM, Joe >>>>Bowser < >>>> > > > >> >>>> > bowserj@gmail.com> >>>> > > > >> >>>> > >> > wrote: >>>> > > > >> >>>> > >> > >>>>> > > It doesn't help that I'm at JSConf. >>>>I'll >>>> tag >>>> > > > >> Android if >>>> > > > >> >>>> > this >>>> > > > >> >>>> > >> > helps >>>> > > > >> >>>> > >> > >>>>> moves >>>> > > > >> >>>> > >> > >>>>> > > things along. >>>> > > > >> >>>> > >> > >>>>> > > On May 30, 2013 1:15 PM, "Braden >>>> Shepherdson" >>>> > < >>>> > > > >> >>>> > >> > braden@chromium.org> >>>> > > > >> >>>> > >> > >>>>> > wrote: >>>> > > > >> >>>> > >> > >>>>> > > >>>> > > > >> >>>> > >> > >>>>> > >> I think part of the delay here is >>>>because >>>> > > Andrew, >>>> > > > >> who's >>>> > > > >> >>>> > been >>>> > > > >> >>>> > >> > driving >>>> > > > >> >>>> > >> > >>>>> a >>>> > > > >> >>>> > >> > >>>>> > >> large part of the release process, is >>>>at >>>> the >>>> > > > >> hospital >>>> > > > >> >>>> > having a >>>> > > > >> >>>> > >> > baby >>>> > > > >> >>>> > >> > >>>>> > today. >>>> > > > >> >>>> > >> > >>>>> > >> >>>> > > > >> >>>> > >> > >>>>> > >> We should survey the different release >>>> > process >>>> > > > bugs >>>> > > > >> >>>> and see >>>> > > > >> >>>> > >> what >>>> > > > >> >>>> > >> > >>>>> still >>>> > > > >> >>>> > >> > >>>>> > >> needs to be done. Are any repos left >>>> > untagged? >>>> > > If >>>> > > > >> not, >>>> > > > >> >>>> > we're >>>> > > > >> >>>> > >> > probably >>>> > > > >> >>>> > >> > >>>>> > ready >>>> > > > >> >>>> > >> > >>>>> > >> to create the rc1 bundle. If so, we >>>>should >>>> > get >>>> > > > them >>>> > > > >> >>>> moving >>>> > > > >> >>>> > >> > forward. >>>> > > > >> >>>> > >> > >>>>> > >> >>>> > > > >> >>>> > >> > >>>>> > >> Braden >>>> > > > >> >>>> > >> > >>>>> > >> >>>> > > > >> >>>> > >> > >>>>> > >> >>>> > > > >> >>>> > >> > >>>>> > >> On Thu, May 30, 2013 at 1:12 PM, Jesse >>>>< >>>> > > > >> >>>> > >> purplecabbage@gmail.com >>>> > > > >> >>>> > >> > > >>>> > > > >> >>>> > >> > >>>>> wrote: >>>> > > > >> >>>> > >> > >>>>> > >> >>>> > > > >> >>>> > >> > >>>>> > >> > Are we ever going to move past >>>>2.8.0rc1? >>>> Or >>>> > > > even >>>> > > > >> get >>>> > > > >> >>>> rc1 >>>> > > > >> >>>> > >> out? >>>> > > > >> >>>> > >> > >>>>> > >> > Our new process does not seem to be >>>> helping >>>> > > us, >>>> > > > >> and >>>> > > > >> >>>> I am >>>> > > > >> >>>> > >> very >>>> > > > >> >>>> > >> > >>>>> > discouraged >>>> > > > >> >>>> > >> > >>>>> > >> > given that we have a looming major >>>> release >>>> > > and >>>> > > > a >>>> > > > >> firm >>>> > > > >> >>>> > date >>>> > > > >> >>>> > >> > target. >>>> > > > >> >>>> > >> > >>>>> > >> > >>>> > > > >> >>>> > >> > >>>>> > >> > Can we regroup? refocus? >>>> > > > >> >>>> > >> > >>>>> > >> > >>>> > > > >> >>>> > >> > >>>>> > >> > Cheers, >>>> > > > >> >>>> > >> > >>>>> > >> > Jesse >>>> > > > >> >>>> > >> > >>>>> > >> > >>>> > > > >> >>>> > >> > >>>>> > >> > >>>> > > > >> >>>> > >> > >>>>> > >> > @purplecabbage >>>> > > > >> >>>> > >> > >>>>> > >> > risingj.com >>>> > > > >> >>>> > >> > >>>>> > >> > >>>> > > > >> >>>> > >> > >>>>> > >> >>>> > > > >> >>>> > >> > >>>>> > >>>> > > > >> >>>> > >> > >>>>> >>>> > > > >> >>>> > >> > >>>> >>>> > > > >> >>>> > >> > >>>> >>>> > > > >> >>>> > >> > >>>> > > > >> >>>> > >> >>>> > > > >> >>>> > >>>> > > > >> >>>> >>>> > > > >> >>> >>>> > > > >> >>> >>>> > > > >> >> >>>> > > > >> >>>> > > > >>>> > > >>>> > >>>> >