Radek Antoniuk

Results 163 comments of Radek Antoniuk

I would challenge the fact of using PRIVATE_EGRESS as the default - having a VpcLink already means that someone is probably looking for strict security so: - either look for...

I suggested something else rather than improving the docs.

Why is the `EMAIL_SMTP` used instead of the `SES` official service name just like with all the other AWS Interface Endpoints? that's confusing..

@olamy correct me if I'm wrong, but from what I remember, everything that is [_not_ `@transient`](https://github.com/jenkinsci/jira-plugin/blob/master/src/main/java/hudson/plugins/jira/JiraSite.java#L151 ) is serialized when JiraSite is saved. So we would need to: - deprecate...

Of course, you're welcome to contribute!

Same on docker build: ``` $ script/build-docker -os="darwin" -arch="amd64" Sending build context to Docker daemon 35.98 MB Step 1/6 : FROM golang:1.8.1 1.8.1: Pulling from library/golang 10a267c67f42: Already exists fb5937da9414:...

``` containers: 3 Running: 2 Paused: 0 Stopped: 1 Images: 4 Server Version: 17.12.0-ce Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Native Overlay Diff: true Logging Driver: json-file...

Still happening on MacOS. Reloading window doesn't help, restarting doesn't help. Ref: https://github.com/github/vscode-github-actions/issues/68 Edit, what helped for me was to: - close all repositories in the Source Repositories view -...

Might be the case, which could probably fixed by using [docker compose healthcheck](https://docs.docker.com/compose/compose-file/compose-file-v3/#healthcheck).

Happy to help via a PR if needed.