David Kellum
David Kellum
It would seem reasonable for hyper to maybe log a warning and just omit headers that fail to parse. The only thing that gives me pause with that is if...
There are some typos in your last example, but to the extent I understand it, I would just like to comment (2¢): It's not entirely clear to me that transforming...
> hopefully fixed. Last example still looks odd to me. It went from `rocket::Form` to `rocket::request::From`? Please also note "Fo**r**m" and "F**r**om" spellings. Sorry, I'm a bit of a details...
This might be a bit out of scope, but recent work I'm doing with futures 0.3 + 0.1 offers some complex examples of merged import blocks. Here I manually format...
If JRuby's `import` is deprecated, it doesn't so much as issue a warning that I can find. Without any demonstrated problem, I'm disinclined to change this for only one of...
In some other cases the passive or infrequently-engaging maintainer(s) of this crate have suggested publishing new functionality elsewhere, in other crates. I've included support for a subset of `libc::posix_madvise` in...
Might this be fixed by #65?
Thanks for taking a crack at this! It would be a very useful general feature. Here are general comments in summary form: 1. Your call to `detach` appears to be...
And a few more incomplete thoughts from looking at: http://docs.oracle.com/javase/7/docs/api/java/lang/ProcessBuilder.html (4) Looks like the ProcessBuilder supports redirect to FILE directly. How are ruby files being mapped in the childprocess case?...
> Currently, the implementation returns true Which is most useful, the way it is, AFAICT. Isn't there a way to combine this with cfg test(s) for "train", e.g. beta or...