Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-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 63C4618118 for ; Thu, 17 Sep 2015 00:33:18 +0000 (UTC) Received: (qmail 18038 invoked by uid 500); 17 Sep 2015 00:33:18 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 17974 invoked by uid 500); 17 Sep 2015 00:33:18 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 17932 invoked by uid 99); 17 Sep 2015 00:33:17 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2015 00:33:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 4D480F3544 for ; Thu, 17 Sep 2015 00:33:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id TXb4pG9eoOab for ; Thu, 17 Sep 2015 00:33:04 +0000 (UTC) Received: from mail-qk0-f169.google.com (mail-qk0-f169.google.com [209.85.220.169]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id A921644586 for ; Thu, 17 Sep 2015 00:33:04 +0000 (UTC) Received: by qkfq186 with SMTP id q186so966468qkf.1 for ; Wed, 16 Sep 2015 17:32:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=0wRrgJeUtpI31ahR8hZ3CQFlzY8mj1Zpb0oeMGduGOY=; b=B5hxIEjpFSGNvZ726dPeEtcDhVTeFzLJdFyF5RUrPpqmAP7injYRq3kR6kgE4H/cFo Fr431OkPYepO2Xf9KGnNI4FpGehe64cNKw5bvu/dejvW8C45LBG4SwiHGsOMHQgPR9Zi S834R325f/fyBmMoFkfiAgZHs3bUjN9q7SUpXOZ3/XzdtJqk+K4lDRlj3JsVt0NrMfeb fKlU56FXHBBfETzSgUIddUytlmFr0tkYTIpxiSok6gKL28h7RPBe9+huz7HS2udmomCo Tt7ng1dHlt+QzvPFquHbh64LR8w7okOwta2YKLqO+awzFP9nds3gWnlBn3XrvC3/333Z 3y7A== MIME-Version: 1.0 X-Received: by 10.55.197.69 with SMTP id p66mr45055891qki.59.1442449978144; Wed, 16 Sep 2015 17:32:58 -0700 (PDT) Received: by 10.140.83.228 with HTTP; Wed, 16 Sep 2015 17:32:58 -0700 (PDT) In-Reply-To: <8EB7A483-0A6C-425C-B37F-9D290CCF1508@apache.org> References: <55CE088C.6060008@zynstra.com> <55D2E8CE.4090202@zynstra.com> <55D43674.3040804@zynstra.com> <8EB7A483-0A6C-425C-B37F-9D290CCF1508@apache.org> Date: Wed, 16 Sep 2015 17:32:58 -0700 Message-ID: Subject: Re: Project Fauxton Feedback From: "Eli Stevens (Gmail)" To: CouchDB Developers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I just (mostly) followed the instructions at (except for the -g part, since I didn't want it global): https://www.npmjs.com/package/fauxton And ran the following: npm install fauxton cd node_modules/fauxton/node_modules/.bin/ ; ./grunt couchapp_deploy Which had references to "fauxton@1.0.3 node_modules/fauxton" in the output. Does that answer the question? Aside, is what I did the best way to get a mostly-stable version of fauxton? I assumed that would be more stable that pulling directly from git. This goes back to my earlier question about releases; it's not clear what the best way to get something new and usable is. Thanks, Eli On Wed, Sep 16, 2015 at 3:06 PM, Michelle Phung wrot= e: > Hi Eli, > > JIRA is the place for bugs. > > Its kind of tough to get people to look at it though, since there=E2=80= =99s a lot going on with JIRA, and its a little endless. > > I thought we fixed the problem you described though. > Did you pull from https://github.com/apache/couchdb-fauxton, the master b= ranch? > > Michelle > > > >> On Sep 16, 2015, at 5:50 PM, Eli Stevens (Gmail) = wrote: >> >> Where is the appropriate place to file bugs against Fuaxton? Most >> recent I see in JIRA is Feb. 15th of this year. >> >> As of a couple of hours ago when I updated my install, the view query >> options UI wasn't respecting start and end keys (though the link to >> the raw JSON is correct). >> >> On Wed, Aug 19, 2015 at 11:34 AM, Eli Stevens (Gmail) >> wrote: >>> I agree with kexpal's comment on the PR; large documents would make >>> this very, very painful. >>> >>> I was asking for a view checkbox that would result in a 3rd column for >>> view results (key / value / optional doc) that defaulted to off, so >>> that I could include it when appropriate. >>> >>> Cheers, >>> Eli >>> >>> On Wed, Aug 19, 2015 at 8:26 AM, Robert Kowalski wrot= e: >>>> Thank you for your feedback! >>>> >>>> Based on the feedback we will try to enable `include_docs` per default= : >>>> >>>> https://github.com/apache/couchdb-fauxton/pull/499 >>>> >>>> What do you think? >>>> >>>> On Wed, Aug 19, 2015 at 9:55 AM, James Dingwall >>>> wrote: >>>>> Eli Stevens (Gmail) wrote: >>>>>> >>>>>> On Tue, Aug 18, 2015 at 1:11 AM, James Dingwall >>>>>> wrote: >>>>>>> >>>>>>> I get the impression that more whizzy effects (fade in/out, sliding= divs >>>>>>> etc) have been added which don't play nicely with remote sessions w= ith >>>>>>> low bandwidth so a preference to use more basic transitions would b= e >>>>>>> useful. >>>>>> >>>>>> +1 >>>>>> >>>>>> Note that it looks like the mailing list strips screenshots, so you >>>>>> might need to host-and-link them. >>>>> >>>>> Thanks Eli, I didn't notice that when I received a copy of my post. I >>>>> have placed my unchanged comments and screen shots in a github gist >>>>> available from: >>>>> >>>>> https://gist.github.com/JKDingwall/6b2a6377d94a83ea5d63 >>>>> >>>>> >>>>> James >>>>> Zynstra is a private limited company registered in England and Wales >>>>> (registered number 07864369). Our registered office and Headquarters = are at >>>>> The Innovation Centre, Broad Quay, Bath, BA1 1UD. This email, its con= tents >>>>> and any attachments are confidential. If you have received this messa= ge in >>>>> error please delete it from your system and advise the sender immedia= tely. >> >