Jaro Fietz

Results 43 comments of Jaro Fietz

Expect: 100-continue looks like the correct fix here. And if curl does something, it should be perfect do copy its behaviour. I noticed the missing 308 redirection when making a...

Thanks for the review. I fixed all your comments. > Note that key_combo ({#keys}) are not delayed I missed that. On OSX `send_key_combination` calls `_send_sequence`, which does already have the...

I most likely won't revisit this PR. Feel free to fork my state, rebase it, fix it and open a new PR. At that point I'll close this one.

My use case was to have an optional boolean in a config file. Either the value exists (meaning true) or it doesn't (= None) meaning false. The example code is...

This case is highly simplified. In reality we are talking about both methods having 20+ lines of Jinq code. While I could copy the code and create a third method...

This isn't stale.

I rebased this PR to the newest master. Is there anything that's missing for a review?

I squashed my commits to make rebasing easier and rebased onto the current master. The issue behind this PR in nushell comes up every now and again to allow nushell...

@gwenn Is this PR something that could be of interest to rustyline?

Thanks for the review. Unfortunately the changes have become pretty stale. I rebased and needed to completely change up the implementation. It works with the new `ServeDir` instead of the...