Florian Beeres
Florian Beeres
I'm trying to use `URI` from `Text.URI` together with Envy but I don't know how to line up the types **and** preserve error information. I started by wrapping `URI` in...
Added PR for this one #33
Since I really like the idea of introducing optics as if it was something super simply and approachable and wanted to check out that new package anyway I'll get on...
Yeah that works. Anything that's not just `reverse` or manually reversing the colors work. I just tried it without dynamic cursor colors in both alacritty and termite and that also...
So I tried looking into this as well because for me home manager installed icons only work on NixOS but not on Arch. As you can see, I have the...
> This doesn't guarantee that your DE uses the same values. You could look in /proc/$pid/environ where $pid is the process ID of the launcher to make sure. That's a...
> For this, we do not want to use zap.WithField in the middleware and create a new logger to use values such as CorrelationId, RequestPath etc. and move them within...
@ziyaozclk I'd start with a benchmark which would also make for a great case in this issue and show other people what impact they can expect for this. I'm not...
@ziyaozclk thanks for the explanation and benchmarks, that's really great! There's something I don't understand though. In your commit, specifically in the test, you're doing reflection [inside the `Context` function](https://github.com/uber-go/zap/pull/1019/files#diff-55a2db70576eb079880167200221ea3787a01fa4bbc958503769eba24084d842R616)....
No global logger is involved, you get the logger that was previously injected into context, you modify that logger and re-insert it into context. Then handlers just get the modified...