Kevin C

Results 28 comments of Kevin C

For one, `'asdf'.join` and `furl('asdf').join` are _completely_ different things. And also maybe typing covariance/contravariance issues? I've since taken out my "workaround" above and posited changes [from the other side, in...

This would be pretty nice, I want to do this all the time! I think there may be a problem with test framework compatibility though -- many test frameworks will...

pry is unable to handle multilines, even in a `begin/end` or `()`: ```ruby [6] pry(main)> begin [6] pry(main)* [1, 2, 3] [6] pry(main)* .map { |i| 2 * i }...

I've an issue that is either related or exactly the same, and the reprod for it is: First, resize the terminal window height to just a few lines high (5...

Ah, that makes sense. Thanks. With that understanding, then my suggestion is to expose: ```python S3Path('/mybucket/mypath/file.csv.gz').smart_open() # equivalent to import smart_open smart_open.open(S3Path('/mybucket/mypath/file.csv.gz')) ``` Could have the method passthrough arguments to...

Happens to me on the smile.amazon.com domain. I notice it after not using either for a long time, then loading one or the other up.

Hi, looking for some feedback in https://github.com/httprb/http/pull/613 that addresses this issue.

@parthea I've rebased. Running tests locally (took a long time!): ![image](https://user-images.githubusercontent.com/133218/163631065-375e620b-e3aa-4956-897b-29ee7bcd5b28.png) I'd have some trouble fixing these tests as I'm unfamiliar with the development workflow (e.g. working with templated sourcecode,...

@parthea Any updates on this, please? It's been quite some time (and I've already had to rebase around an upstream refactor, once before). @BenRKarl taking you up on [your offer...

fyi @mpenkov **edit** actually, wait -- I'm going to restructure the test a bit