Wesley Beary
Wesley Beary
@jkakar awesome, thanks for the context. Moving past the current, unfortunate state, thoughts on what invocation might look like in an idealized future?
Good call. I'll probably start with something like #verify_stubs (when I get a chance) and work from there. Do you think boolean is good-enough? ie I've seen some tests where...
Probably still worth exploring.
Strong points all around. There is a 1.0.0 milestone here: https://github.com/geemus/excon/issues?milestone=1&page=1&state=open. I haven't been making a particular concerted effort there though and some of it may be out of date....
@sandstrom good call (looks like the copy didn't work though). Thanks!
@sandstrom now I see the rest of the comment. Yes, dropping earlier ruby support makes a ton of sense. I've added the `pinned` tag to a few things that are...
`Timeout::timeout` does in fact have it's own issues. Unfortunately we don't currently have an overall timeout setup, as the book-keeping gets a little hairy. In most cases we have found...
Understood. It seems like a reasonable thing to have, but I'm afraid that I'm unlikely to have time to work toward it in the near term. I worry a little...
Yeah, having it pull the min of connect and remaining sounds reasonable. I'd add that maybe we want to change it to do a compact and then min, as overall...
Someone pointed out that there is at least one case where it should include default port, which is when you specify a URI that explicitly includes it. Maybe we should...