Re: [Launchpad-dev] text-mode bugclient

2010-02-16 Thread Martin Pool
On 16 February 2010 20:16, Stuart Bishop wrote: > On Tue, Feb 16, 2010 at 3:49 AM, Martin Pool wrote: > >> In principle if both the client and server are smart enough then the >> ssl connection should never need to close, until one or the other gets >> bored.  I have no idea what practical impedi

Re: [Launchpad-dev] text-mode bugclient

2010-02-16 Thread Stuart Bishop
On Tue, Feb 16, 2010 at 3:49 AM, Martin Pool wrote: In principle if both the client and server are smart enough then the ssl connection should never need to close, until one or the other gets bored.  I have no idea what practical impediments there may be. I think the biggest practical impedim

Re: [Launchpad-dev] text-mode bugclient

2010-02-15 Thread Martin Pool
On 15 February 2010 23:35, Stuart Bishop wrote: >> I think there is still some potential, but it's not quite as good as I >> hoped, mostly because API calls (from Australia) are very slow, >> commonly more than 2 seconds each.  Doing an api call is not > > If there was a way of keeping the SSL con

Re: [Launchpad-dev] text-mode bugclient

2010-02-15 Thread Stuart Bishop
On Mon, Feb 15, 2010 at 1:13 PM, Martin Pool wrote: I thought I would try an interactive text-mode client for Launchpad bugs, in the hope that it would be either faster, or easier to add new features to than the web ui.  This would overlap a bit with bughugger, but bughugger seems not so featu

[Launchpad-dev] text-mode bugclient

2010-02-14 Thread Martin Pool
I thought I would try an interactive text-mode client for Launchpad bugs, in the hope that it would be either faster, or easier to add new features to than the web ui. This would overlap a bit with bughugger, but bughugger seems not so feature complete, and text stuff is perhaps easier to prototyp