Jeremy Kallman

Results 9 comments of Jeremy Kallman

Not really sure how the build is set up. Looks like ruby 2 passed where as before it was failing but the other 3 versions are dead and I don't...

Yeah, I thought it might be that also but why is it only affecting one of the build versions? Makes me think it is a setting somewhere that I don't...

I noticed that the default output function adds a return. So I just get the output with `.contents()` instead and write it myself to keep it on the same line....

Just want to +1 this and also mention that it would be really nice to be able to set other Fuse options such as `threshold`. The default of 0.6 is...

Any update on this? Would be really nice to get it merged.

Bump - hoping this can get a look sometime soon!

I'm totally fine if you close this PR and take care of it. Thanks @Delgan !

One more note - this is an issue for us as when we write out the config it will use the value ("tall" in this case) but that same config...

Just to sanity check that this is needed: ``` >>> x = {"a": "1", "b": "2"} >>> y = x.values() >>> z = list(x.values()) >>> x["c"] = "3" >>> y...