Bertalan

Results 9 issues of Bertalan

I'd like to install kadalu helm chart and storage definitions the declarative way. And I'd like to do it in one step. So I'd like to ask for storage definition...

on-user

Hi, In create-vm your error message states that the key file cannot be found, but the check is for variable value. I think the check should be something like this:...

I'd like to ask for the option to provide my own certificates to the registry. Almost everything is there already. I'm using like this in the values file: ```yaml extraEnvVars:...

Add `loadBalancerIP` field to `service.yaml` closes #142

Could you please add support for `LoadBalancerIP` for the service? Something like: ```yaml {{- if .Values.service.loadBalancerIP }} loadBalancerIP: {{ .Values.service.loadBalancerIP | quote }} {{- end }} ```

enhancement

There is a typo in a function name: sendRequestAync should be sendRequestAsync. The following function names are misleading because the Slave status flag in the response doesn't have *enabled flags,...

**Describe the bug** Starting up erlang_ls in shell mode with `els_fake_stdio` as the IO device used by the `els_client` causes forever loop. **To Reproduce** Start the erlang_ls in shell mode...

bug

**Describe the bug** Diagnostics are not run for the first file because 'textDocument/didOpen' arrived before initial indexing is done. **To Reproduce** Start neovim with an erlang file. **Expected behavior** The...

bug

**Is your feature request related to a problem? Please describe.** In our project there are a couple of platforms to build and release. And the erlang modules are organized something...