hulb
hulb
> At least it should be added to the installation docs. yeah, it would be more friendly for users.
@leafee98 Does this issue still exist in the latest release? I try to reproduce it but it seems the issue is gone.
@leafee98 thx, I see. There is an issue there. But it may not causes the main process crash and exit, it should only crash the goroutine.It's nothing to do with...
> There's an insane abuse of `panic` through all the code, so most of things that can fail just panics. For CLI users it may be ok depending on what...
Maybe a more elegant way is to implement a `fail(w *http.Response, err error)` function to handle all expected server err and return a more friendly response.
I get the same issue today . The situation is that I'm using process exporter in docker swarm, the process exporter can't get any metrics of process runs on the...
> @hulb see the `-recheck` option: https://github.com/ncabatoff/process-exporter#running Thanks! It works.
I also have this issue. on go1.19 and mockery v2.15.0
@jkaflik my situation is that I use `clickhouse.WithQuotaKey` to pass quota key every query but it doesn't work. Even I use the code from official document. Here is my code...
Actually I have a need for shiori to save these archive files to object storage like minio :)