univerz
univerz
> I'd be interested to see a side by side comparison with the theme/languages you use if you don't mind? i miss mutable variables (in rust) with `bold` modifier.
https://github.com/cossonfork/helix/tree/tree_explore
> * I suspect there is something wrong with [the pool implementation](https://github.com/hyperium/hyper/blob/42587059e6175735b1a8656c5ddbff0edb19294c/src/client/pool.rs), but I couldn't find it. there is `TODO: unhack` inside `Pool::reuse`, but hard for me to say how...
i have added `id` field to `Connection` & `SendRequest `and a few tracing events. in the log below, there is the end of previous successfull "round" and the last unsuccessfull...
ah, there is some difference. previous round before every sucessfull ends with chunked encoding response & that accidentaly prevents reusing connection. notice that reqwest is returning before chunked body is...
when comparing problematic content-length body request on trace debug level, the hang occurs if it is last completed request & round ends with ``` 2021-12-03T12:00:52.385383Z WARN poll{id=1}: hyper::client::conn: called 2021-12-03T12:00:52.385391Z...
> Yeah the separator lines were a little bulky. I removed the separators and added a theme key only for the header text or even move them _into_ the separator...
> we ended up solving this a different way with #5748 with a project local config file instead it would be great if it was possible to use it from...
\+ diffs with editor-quality syntax highlighting and the ability to do final cleanups / small fixes right in the side-by-side diff are solid productivity boosts.
> I think LazyGit is the ultimate UI for git diff without proper syntax highlighting on that screenshot looks suboptimal to me.