On Wed, 22 Apr 2009, _why wrote: > On Fri, Apr 17, 2009 at 09:30:08PM +1000, e deleflie wrote: > > its been reported on this list before .... on OSX, this example does > > not work (error 401). > > > > http://gist.github.com/38170 > > This is fixed in Policeman, perhaps I should backport it to Raisins, > since updating all the dependencies has taken so long.
That would be great. Wondering about how much work it would be, I was thinking about the feature of git that allows you to binary search for bugs, and whether there was something that would add changes and test, only adding those that work. [/me prods man command a bit] A git bisect but forwards. I only see a git-cherry-pick, which looks sort of interesting. Anyway, you've been using git much, much more than I have, git merge (from a quick glance) doesn't do actual testing except for commit conflicts. > > As for upload streaming, I just need to allow the :body option to > accept an IO object. Also, in the past, we've rumminated about an > `upload` method, where you'd just pass in a file name and it'd just > post the whole thing, streaming. > <http://hackety.org/2008/08/15/threadedDownloadsInShoes.html#comments> > Were my opinion sought, I'd say go for this, but do it in the next release after the backport from Policeman, in case it takes longer than you expect. This is effecting others more than me, so... > _why > Thank you, Hugh
