Hsing-Yu (David) Chen
Hsing-Yu (David) Chen
## TL;DR Raised a PoC [PR](https://github.com/davidhsingyuchen/gotests/pull/2), and it passed all the checks. If it looks good to you, I can raise a PR in this repository. I will also update...
`go get` is [deprecated](https://go.dev/doc/go-get-install-deprecation) in terms of installing executables. `$` is removed so that folks can just copy the whole block and run it. Not opening an issue first because...
PR changes the VS Code link to be the `gotests`-specific one just like all the other mentioned IDEs. Not opening an issue first because this PR is small. Signed the...
## License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
**Describe the bug** [`run --pid-host`](https://github.com/runfinch/common-tests/blob/186517ebdd50fcea9f30e1c7569bca69f70143e6/tests/run.go#L207) sometimes fails in CI. **Steps to reproduce** It's flaky. Sometimes it passes, while sometimes it fails. **Expected behavior** It should always pass. **Screenshots or logs**...
**Describe the bug** [`BeforeEach` of `login`](https://github.com/runfinch/common-tests/blob/abf1f07985e32a173032d7f49d9c4e621576ff47/tests/login.go#L45) sometimes fails in CI. **Steps to reproduce** It's flaky. Sometimes it passes, while sometimes it fails. **Expected behavior** It should always pass. **Screenshots or...
## License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
## Summary PR adds [markdownlint](https://github.com/DavidAnson/markdownlint) to CI and Makefile. It ensures a consistent markdown style, and it also provides some useful checks (e.g., [broken link fragments](https://github.com/DavidAnson/markdownlint/blob/v0.26.2/doc/Rules.md#md051)). ## License Acceptance By...
PR adds the missing 401 as currently 401 is returned by `/auth`: ```sh ➜ moby git:(master) ✗ curl -v --unix-socket /var/run/docker.sock -d '{"username":"123","password":"456","serveraddress":"https://index.docker.io/v1/"}' 'http://localhost/auth' * Trying /var/run/docker.sock:0... * Connected to...
**Describe the bug** From the `pull_request` section in [Event triggers](https://github.com/amannn/action-semantic-pull-request#event-triggers): > If this configuration is used and a pull request from a fork is opened, you'll encounter an error as...