A1lo
A1lo
### Description Reflect of mdn/translated-content#8952. Try to speed up the PR test workflow. ### Additional details Please see the original PR: mdn/translated-content#8952.
### Description specify the path to cache dependency to fix the [error](https://github.com/mdn/content/actions/runs/7937785034/job/21675617054#step:3:25) ### Related issues and pull requests Related to: #32154
## Description add Windows support for Unix Domain Socket ## Supports [Windows Insider Build 17063 and later](https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/) does support Unix Domain Socket, but the UDS check logic has blocked using...
## Summary Part of: #7438 ### Problem See the above issue. ### Solution use `translationsOf` to get cached translations. --- ## Screenshots | url | Used macro | Before |...
The link which references to other section in the same page in `<dt>` will be styled as plain text
### Summary The link which references to other section in the same page in `` will be styled as plain text. ### URL https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_colors/Applying_color#borders ### Reproduction steps 1. Open the...
## What is the purpose of the change Add go generate directive, as the embeded template is out of date. And it is necessary to provide automated commands for developers...
## What is the purpose of the change Fixes: #35
## What is the purpose of the change support containers-auth.json, part of: #93 ## How to verify this change Verified `dubboctl` can correctly read the auth information from the `auth.json`...
The template dockerfile content is now placed in [a go source file](https://github.com/apache/dubbo-kubernetes/blob/728b0ccdb352d9e6fedb851b24c2297191f36917/app/dubboctl/internal/dubbo/dockerfile.go#L21-L59). Consider extracting the template dockerfile content into separate dockerfiles, like `go.dockerfile`, `java.dockerfile`, and using [`go:embed`](https://pkg.go.dev/embed) to embed dockerfile...