Eric Mill

Results 235 comments of Eric Mill

and for reference, I implemented this in `s3-upload-stream`: https://github.com/nathanpeck/s3-upload-stream/pull/25

Hmm, well, it looks like your download didn't "finish pausing". It needs to finish uploading the part(s) it was in the middle of, and then it's supposed to show this:...

This totally looks like the right approach. Multiplexing streams presents some challenges on the server side: `s3-upload-stream` is expecting bits in the order they appear in the fiile to be...

> for all bits and purposes :smile_cat: > Having said that I did previously play around with streaming-s3 where each stream is sort of an entity by its own, multi-part...

If you think it'd clean up the code, go for it. Is this in use in Square's own Android app?

Nice syntax, I like where it's going. On Thu, Dec 13, 2012 at 11:05 PM, Patrick Forhan [email protected]: > Very rough work-in-progress at > https://github.com/pforhan/campyre/compare/master...retrofit-fun > > Not hooked up...

I am instinctively nervous about this - it might catch more errors, but fewer underlying issues would end up rolling into the Android market's bug reports list. Happy to give...

...oh, I think I misunderstood what you were suggesting. What's the effect of extending RuntimeException?

Right now, everywhere I catch CampyreException, I think I want to, so I can turn it into a toast or something. Is there anywhere I could get rid of the...

If it's just an aesthetic improvement, I think I'd feel better with the explicit catches that we have now...