Ewen Quimerc'h

Results 63 comments of Ewen Quimerc'h

I still don't see where the Server Stats allow me to see RAM and CPU by container lol. Maybe I can configure the mountpoints or something like this?

I guess for now you can hack like this: ```go for i, t := range e.OpenAPI.Description().Tags { if t.Name == tag.Name { e.OpenAPI.Description().Tags[i].Description = "my Description" } } ``` ---...

@maks56893 are you OK with the implementation I proposed?

You mean in `option.Tags`?

Ok maybe an `option.TagInfo(name, description string)`

Is the PR ok for you? 😁

Hi @risafj , thank you very much for the PR! Can you write a test to highlight what your changes are fixing, and make sure it does not happen in...

Also, it seems that it is breaking some tests, have you run `go test ./...` or (better) `make` locally?

@risafj where you able to showcase the issue ?