Arnaud Rebillout

Results 87 comments of Arnaud Rebillout

@ejoerns Thanks for your feedback. I was also thinking about an option in `system.conf`, I wouldn't make it the default. I'm still unsure if I will really need that, and...

@ejoerns I didn't do any progress on that, and I don't think I'll be doing anything in the coming weeks either. This is stalled for now.

> I haven't updated prometheus/client_golang in Fedora due to this issue, but shouldn't a compat package for 0.9.4 do the job? In Debian unstable we have prometheus/client_golang `1.2.1-3` at the...

And here's a crude patch that basically re-implement the old behaviour of Golang's `part.FileName()`. ``` --- a/server/handlers/default.go +++ b/server/handlers/default.go @@ -6,6 +6,8 @@ import ( "encoding/hex" "encoding/json" "io" + "mime"...

Hello @matt335672 ! All I tried so far is that the PR #2214 builds (no compilation error). I don't know yet if it solves the timeouts, as I can only...

> I'm not super keen on increasing the timeout for all the tests in the suite however, as it may mask other problems So just to clarify: that's not what...

@matt335672 I understand your point now, thanks for clarifying! Indeed we're on the same line

I have the same issue, using **gnome-terminal**, colors from system theme. Using `highlight StatusLineNC ctermfg=none` removes the bottom line, but adds a top line, and two bottom lines, left and...

I tried on a different config, and I didn't have the problem. This working config is Debian sid (so more or less Debian 9), the terminal is **terminator**. ``` :verbose...

I also bumped into this issue. It seems to be a bug with the LRU cache (`mirrors/cache.go`) Mirrorbits uses an internal LRU cache in front of the Redis database: when...