Xiaoyi

Results 54 issues of Xiaoyi

### What version of rules_go are you using? 0.40.1 ### What version of gazelle are you using? 30.0 ### What version of Bazel are you using? 6.0 ### Does this...

# 🚀 feature request ### Relevant Rules `ts_library` and potentially other rules ### Description Currently, all the javascript rules use providers to differentiate outputs for different modes, eg. AMD, ESM....

package:typescript
need: discussion

Many of the apis requires to be invoked as Github App, eg. https://docs.github.com/en/rest/checks/runs?apiVersion=2022-11-28. And currently we need to use third-party packages like [ghinstallation](https://github.com/bradleyfalzon/ghinstallation) to do so. However, this is not...

enhancement

When authenticating with github app creds, we need to attach a tokensource to the `http.Client`, and provide it to the `github.NewClient`. However, a github app needs to switch between app...

enhancement

We encountered a weird error, which seems from the generated code. > time="2023-11-21T00:22:55Z" level=debug msg="Retrieving credentials" region=us-west-2 registry=NNNN serverURL=NNNN.dkr.ecr.us-west-2.amazonaws.com service=ecr > time="2023-11-21T00:22:55Z" level=debug msg="Checking file cache" registry=NNNN > time="2023-11-21T00:22:55Z" level=debug...

`cache.AuthEntry.IsValid` returns false long before the token is actually expired, and triggers `cli.defaultClient.GetCredentialsByRegistryID()` to fetch a new token with `c.getAuthorizationToken()`. When `c.getAuthorizationToken()` failed the token from cache will be returned...

https://github.com/linkedin/Burrow/blob/4a05b203ce40d82def3af986eeca5350570e6b96/core/internal/evaluator/caching.go#L226-L252 This piece of code loops over a map of topics, and if the last topic's last partition is reporting ok, the consumer status will be ok. Given that the...

Currently only stdlib has doc support, it would be nice to have the same feature for user defined libraries.

DO NOT SUBMIT This CL implements rule-keeper, a GitHub App, to make rule authors' workflow smoother. For now, it will only collect the data and present them on the ruleset...

This package hasn't been updated for years. Although the code still works, some bits should be refactored to embrace the new specs. Some todo/rules for the refactor: - no new...

help wanted