Shinnosuke Sawada-Dazai

Results 13 issues of Shinnosuke Sawada-Dazai

With [[Prefix Example](https://zellij.dev/documentation/keybindings-examples.html?highlight=prefix#prefix-example)](https://zellij.dev/documentation/keybindings-examples.html?highlight=prefix#prefix-example) configuration, press ctrl-b, then a sends terminal 'a'. I want this as No operation. So I want to consume all undefined keys as No operation action.

enhancement
defaults

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I'm always frustrated when...

enhancement

You can use GitHub apps to comment coverage to PR. This allows user not to invite bot user as outside collaborator.

legacy
feature-request
github

便利に使わせていただいています。開発ありがとうございます! 使っていてエラー出力が出ることがあったので、Issueをあげさせてもらいます。 zsh-syntax-hightlighting と一緒に使うとこのようなエラー出力が出ることがあります。 ``` _zsh_highlight:17: bad set of key/value pairs for associative array ``` おそらくこちらのIssueと同じで [optionsという変数名がつかわれている](https://github.com/yuki-yano/zeno.zsh/blob/045d0b8eebad9202666a7da0d0a8093f4fbca418/shell/snippet/widget/zeno-completion#L19) ことが原因かなと思います。 > The cause is that zaw creates a variable named options, hiding...

There seems to be a memory leak in the denops server This is all that init.vim does ``` let g:denops_server_addr = '127.0.0.1:32123' set runtimepath+=~/.cache/nvim/dein/repos/github.com/vim-denops/denops.vim ``` The shared server startup command...

help wanted

**What would you like to be added**: The way to export the deployment traces. **Why is this needed**: I want to analyze the piped performance. So I want to know...

kind/enhancement

**What this PR does / why we need it**: This PR implements envoy external authorization service with gRPC, as [RFC](https://github.com/pipe-cd/pipecd/blob/ead279816f991d1d8fb6b07774807632ce16ceba/docs/rfcs/0013-export-deployment-traces-with-otlp.md). After merging this PR, I'll send another PR to add...

area/go

**What this PR does / why we need it**: This PR adds helm chart dependency of opentelemetry-collector, and adds its values. ref; [RFC](https://github.com/pipe-cd/pipecd/blob/ead279816f991d1d8fb6b07774807632ce16ceba/docs/rfcs/0013-export-deployment-traces-with-otlp.md) **Which issue(s) this PR fixes**: Part of...

area/manifests

**What would you like to be added**: Support StatefulSet, CronJob, ...etc, as a workload in Kubernetes PipelineSync. A document states that PipeCD supports Deployment as the only supported workload in...

kind/enhancement

**What this PR does / why we need it**: This PR moves the definition of the in-test function to the top of the test. This makes the in-test function unable...

area/go