Bryan Helmig

Results 53 comments of Bryan Helmig

Other serialization formats like YAML, XML (yuck) and maybe CURL? CURL could be extra useful as you could define `hello-world.curl` files which would look more like this: ``` curl -i...

First stab at playback, which works: https://github.com/zapier/HTTPretty/commit/6b7b3a1d05373c91bc750f9e7ac58ada93efa1c7

If you look at vcrpy, a similar library, they don't have two context managers (`record()` and `playback()`) just a single `cassette()` which will record if the file doesn't exist and...

+1 on the decorator, but be sure to offer it as context manager as well!

We ran into this in the wild and fought it for a good while - I have some thoughts on how we might fix and document it. @spulec I'd be...

Yeah - people will be upset either way. I think it boils down to which side of the divide is larger? Folks who use `now()` exclusively? Or folks who use...

Ah - that may be - thanks for the heads up! I wasn't even aware of `tz_offset` - so if the datetime string has a TZ in it too, feels...

Woah @homeworkprod - the more you know!

Mentioned HTTPretty issue: https://github.com/gabrielfalcao/HTTPretty/issues/10