Antoine Cotten

Results 126 comments of Antoine Cotten

@cebor were you successful using the approach I suggested?

**edit:** Does not work. Please ignore. See https://github.com/deviantony/docker-elk/issues/579#issuecomment-926618565. --- @cebor it works fine for me but I noticed some `java.nio.file.FileSystemException` errors in Docker for Windows, if that's what you use....

@jeansalama yes I had the same error. I was convinced it was due to the way Docker for Desktop shares files across WSL instances, but you're saying it happens also...

Would it be possible to merge this patch? Right now Hookshot is broken unfortunately.

The end result looks like this on macOS' Terminal.app with a Solarized Dark color scheme: (**bold** text is displayed with *bright* colors, just like the GNOME Terminal) ![htop_solarized_pr443](https://cloud.githubusercontent.com/assets/3299086/20668582/db046be8-b56f-11e6-9091-e16945e391f6.png) I find...

Indeed, I wanted to implement a rate-limiting hook which seems to match the description, but never got an answer and eventually stopped using `webhook` (for other reasons), so I never...

I think it is acceptable to expect the settings to be reloaded when certain things change. I was just surprised to see something, which seemed unrelated to me, cause a...

@solyarisoftware `Ctrl-V` works, as long as you are in `Select & Move` mode. ![image](https://user-images.githubusercontent.com/3299086/132726966-25aa2eb2-472c-433e-98e2-71de33eb7a90.png)

It is also worth mentioning that some checks, such as `gofmt`, apply to entire files. Those are currently not shown in the "Files changed" tab, making errors particularly tedious to...

If the solution is simply to pass the `--out-format` twice (which is technically what happens when the workaround described in https://github.com/golangci/golangci-lint-action/issues/119#issuecomment-981090648 is implemented), what prevents this format from becoming the...