Re: git-bz-moz and Bugzilla 2 factor authentication

2015-09-23 Thread Bobby Holley
This version is way faster, and I'd imagine it doesn't do the "bad status line -- retrying" thing either. Thanks Andrew! On Wed, Sep 23, 2015 at 1:49 PM, Andrew McCreight wrote: > I've updated my repository for my git-bz REST API branch: > https://github.com/amccreight/git-bz-moz/tree/RestAPI

Re: git-bz-moz and Bugzilla 2 factor authentication

2015-09-23 Thread Andrew McCreight
I've updated my repository for my git-bz REST API branch: https://github.com/amccreight/git-bz-moz/tree/RestAPI I think everything is fixed now, so please try it out and let me know if you encounter problems or something seems slow. (There's some initial caching thing that takes a while, but it

Re: "non-missable" events, or multi-promises

2015-09-23 Thread James Burke
On Tue, Sep 22, 2015 at 4:50 PM, Zibi Braniecki wrote: > This sort of repeatable-promise, would reduce it to: > 1) Set the repeatable promise on the target > > Sounds like it would make much easier to write async code without logic for > preventing race conditions. > > Is there any other approach