l-qing

Results 16 issues of l-qing

这个插件非常给力,没有换其他`markdown`编辑器,完全是因为该`Alfred`插件太方便了。 最近几天,AppStore上的MWeb升级后,APP的路径发生了变化。导致无法正常打开文件。 检查发现,`mo`对应的脚本中,APP路径写死了。而其他`moe`里就是使用的环境变量,不会存在该问题。 ![Shot 2021 08 20 at 17 57 26](https://user-images.githubusercontent.com/9499086/130216497-2e7d6b6d-8684-4bbd-b633-325e2fdc8915.png)

Vim's Operator-Pending mode was interrupted when switching tmux focus. # prepare: 1. start tmux and open 2 windows. 2. start vim in first window of tmux. # steps: 1. execute...

fix #7667 Support for variable interpolation in: * spec.workspaces[].configMap.items[].* * spec.workspaces[].secret.items[].* * spec.workspaces[].projected.sources[].configMap.items[].* * spec.workspaces[].projected.sources[].secret.items[].* # Changes # Submitter Checklist As the author of this PR, please check off the...

kind/feature
size/XL
needs-ok-to-test
release-note

The previous example did not actually output results, leading to the misconception that it was not effective. # Changes # Submitter Checklist As the author of this PR, please check...

approved
size/S
kind/documentation
ok-to-test
release-note-none

Ref: https://github.com/redhat-developer/intellij-tekton/pull/660

This feature flag has been completely removed in v0.35. Ref: - https://github.com/tektoncd/pipeline/pull/4715 - https://github.com/tektoncd/operator/pull/2223 # Changes # Submitter Checklist As the author of this PR, please check off the items...

size/S
needs-ok-to-test
release-note-none
kind/misc

Most of the time, if a middle step fails, the subsequent steps are immediately marked as skipped. However, in rare cases, the subsequent steps may not be marked as skipped...

kind/bug
size/S
ok-to-test
release-note-none

### Feature request A mechanism to remotely obtain runtime parameters of `TaskRun` and `PipelineRun`. Since executing a PipelineRun involves configuring many parameters, such as workspace and runtime container resources, it...

kind/feature

### Feature request Allow modify the spec of a PipelineRun when it is in the `PipelineRunPending` state. **(Feature flag control can be applied)** In this Issue https://github.com/tektoncd/pipeline/issues/8148, I propose that...

kind/feature

Avoid content like `abc123456789abc` from being parsed as a timestamp, resulting in nothing being parsed. I'm not sure why spaces were allowed before, so I won't handle spaces in this...