ITO Nobuaki
ITO Nobuaki
It would be great if we can write complex modification rules for internal keyboard only (or except internal keyboard) easily. Background: I sometimes write complex modification rules that behaves differently...
AuthUserEnvVar and AuthPassEnvVar were originally introduced for delegating auth user and password to ssh process environment. (#6, 5f54a8f) e.g. ``` $ git-http-backend -auth_user_env_var=AUTH_USERNAME -auth_pass_env_var=AUTH_PASSWORD ``` and when a user accesses...
**Is your feature request related to a problem? Please describe.** [CRD of Argo Workflows](https://github.com/argoproj/argo-workflows/releases/download/v3.5.11/install.yaml) lacks many of type definitions in Custom Resources (for example, `spec` of `Workflow` is simply defined...