Tsuzuki Tsuchiya
Tsuzuki Tsuchiya
In my case, using Go from go.dev/dl instead of that from linuxbrew solved the problem.
I had the same problem. It seems that iOS Safari doesn't save Cookie when Origin != Host. The server returns `302 Found` response with `Set-Cookie` header for `__Host-nc_sameSiteCookielax`, but Safari...
Thank you for information. As a workaround, I escaped string with `uconv` https://github.com/miscord-dev/palog/pull/7
@chandankumar4 Is this a change you are expecting? I appreciate it if you review this PR. Thanks!
The rule that comments should start with field names was enforced by golint, but it's archived. Now it's also available with `staticcheck`, but disabled by default: https://staticcheck.dev/docs/checks/#ST1022 so I think...
Listing patterns to use `make release-notes` ([ref](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/release/role-handbooks/communications/README.md#create-pr-for-release-notes)) * stable release (for new minor/patch releases): Running without PREVIOUS_RELEASE_TAG * `RELEASE_TAG=v1.7.x make release-notes make release-notes` * RC/beta/alpha releases * First pre-releases: Running...