Huan Du
Huan Du
The `(#qN)` qualifier should work with `-n`.
If I tap a tab for suggestion with `BULLETTRAIN_PROMPT_SEPARATE_LINE=true`, cursor will move up one line. It's because the `NEWLINE` is not well recognized by zsh. It's recommended to use `precmd`...
The `rgit.sh` is small but quite useful. It helps me a lot to clone an extremely large-scale open-source project recently. Thank you a lot for creating this tool. Per my...
With this PR, we can deploy this project to Vercel. All environment variables defined in `service/.env` can be set in Vercel project environment settings.
## Which problem is this PR solving? In this PR, add gRPC support in `CollectorExporter`. Fixes # (issue) ## Short description of the change ## How Has This Been Tested?...
Add a new `KUBECTL_NODE_SHELL_IMAGE_PULL_SECRET_NAME` environment variable to customize `imagePullSecrets`. For instance, if `KUBECTL_NODE_SHELL_IMAGE_PULL_SECRET_NAME` is set to `my-secret`, `imagePullSecrets` in Pod spec will be `"imagePullSecrets": [ { "name": "my-secret" } ]`.
### SUMMARY Per #29965, this PR fixes the issue that static assets prefix is not added to static assets listed in manifest.json. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING...
## What does this change? Fixes #675 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) -...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the problem Besides image sizes, I want to read more metadata from...