l-qing
l-qing
这个插件非常给力,没有换其他`markdown`编辑器,完全是因为该`Alfred`插件太方便了。 最近几天,AppStore上的MWeb升级后,APP的路径发生了变化。导致无法正常打开文件。 检查发现,`mo`对应的脚本中,APP路径写死了。而其他`moe`里就是使用的环境变量,不会存在该问题。 
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...
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...
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...
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...
### 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...
### 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...
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...