A1lo

Results 38 issues of A1lo

If the developer forgets to call the close method after creating the client, it will cause a memory leak. To avoid this, I refer to the method in [os.File](https://go.dev/src/os/file_windows.go#L62). By...

If the command is called in other directory, the library file cannot be loaded. So use the file path based on the `.py` file dir.

## Summary Update l10n-zh translation for `{{DeprecatedGeneric}}` macro. ## Screenshots ![image](https://user-images.githubusercontent.com/15844309/184805001-f8484a52-c2a8-4655-86c1-a1da38284e39.png)

macros

## Summary Fixes #5652. ### Solution To fallback to serve images which is not in translated-content but in content: 1. find all images which in content repo but not in...

dependencies
deployer

When referenced l10n page does not exist but actually in en-US, the URL may lead to a different one than the one in en-US. ## Summary Fixes: #6671. ### Problem...

macros

### Summary the macro (`{{jsxref("Error/Error", "Error()")}}`) in `zh-CN` shoud lead to `/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/Error` but actually to `/zh-CN/docs/Web/JavaScript/Reference/Error/Error` which throw a `page not localized` error. ![image](https://user-images.githubusercontent.com/15844309/177514428-4da973ee-0f14-458a-a36e-f8c7a86b38c8.png) Reason: the `wiki.getPage` function always try...

needs-triage

## Summary support localization for `{{NonStandardBadge}}` macro which is used by `{{APIRef}}`, `{{Non-standard_Inline}}`, etc. ### Problem This macro should support l10n. But it won't. (the `title` is fixed with an...

macros

The git protocol is not supported by GitHub, see: https://github.blog/2021-09-01-improving-git-protocol-security-github/ When we use this extension in a repo which is using ssh protocol (such as: `[email protected]:microsoft/vscode-pull-request-github`), the upstream will be...

## Summary Fixes: #7196. ### Problem ~It seems that the `findByURL` doesn't pass roots as a string array. Just fix this.~ refeactor the `read` function: pass roots as rest parameters....

🚉 platform

## Summary Fixes: #7097 ### Problem See issue. ### Solution sort subpages by trimed title --- ## Screenshots see page: `http://localhost:5042/en-US/docs/Web/JavaScript/Reference/Errors` ### Before ![image](https://user-images.githubusercontent.com/15844309/190884023-091147a6-4186-483d-9bef-a382288694c0.png) ### After ![image](https://user-images.githubusercontent.com/15844309/190883998-64ae058b-8cf0-433f-ad97-9b97652a558f.png) --- ## How...

macros