AG

Results 296 comments of AG

@jkryanchou here is a better question: have *you* compared them? I say this because I don't think it's very fair to ask the developer to do so unless an explicitly...

@blechschmidt thanks for the response. The raw sockets approach was what I had in mind. Can we keep this open for now tagged as you prefer so that I have...

I took a few moments to track down what would need to be changed: in `lib/extend-http.rb`: ``` class ExtendedHTTP < Net::HTTP #:nodoc: include Net ... ``` The current code: ```...

@andll I am having the same issue, this is on an IBM POWER8, which is ppc64le architecture. OS is Linux. @briansmith, just adding this comment to make you aware I...

#4 puts a simple option for the alternate name to help the clueless (took me almost a half-hour to figure this out on my own system, derp)

Also, regarding your previous note- you can reach me at `[email protected]` should you ever need to

Until there's a native feature to solve this case, I like the idea of a workaround that uses two passes, with this general process/logic, similar to what @NotoriousRebel described For...

A bit late for me to make this comment, but FYI, this will break Python2.x, which doesn't have `collections.abc`

> Thanks for tagging me here. Unfortunately I believe this repo is completely dead - I've tried to keep up with making it compatible for conda-forge, but patching in new...

@caffix I'll throw in a vote for a new format, though my personal preference for this sort of thing is YaML, just because it's easier to edit and can support...