Marcello Romani

Results 14 comments of Marcello Romani

I had a similar problem. What fixed it for me was deleting the `cert-manager-webhook` pod (which obviously caused it to be re-created).

Indeed. I am unsure about why the chart doesn't handle this itself, but automating the CRDs creation / destruction with a terraform custom resource isn't hard at all and until...

Thank you @matthewpoer Just want to add that I'm using `v2.18.0` and had to change the shell to `/bin/sh`.

Also check whether you have ``` #app: your-app-name #org: your-org-name ``` defined in `serverless.yaml` I had, but they were wrong: removing those keys altogether fixed the "you are not logged...

> I'm having the same issue with UK Mac keyboard. # inserts a # and newline/return. So effectively I can't use the hash key in vim or at the command...

> Mixing the solutions from @thisistherk and @imjoshholloway , I managed to get it working both in the shell and in vim: > > ``` > - { key: Key3,...

OK, in proper #rubberduck fashion, after writing the above comment I came up with the content of `~/.alacritty.yml` that fixed the issue for me: ``` $ cat ~/.alacritty.yml ``` ```...

It doesn't really help that you start reading about Key bindings on line 558 but the actual config value doesn't show up until line 761 https://github.com/alacritty/alacritty/blob/master/alacritty.yml#L761

Shouldn't all DNS names be forced lowercase? (I mean converted to lowercase upon input)

I like having the ability to occasionally CTRL+L to clear the terminal and _start from the top_ The fact that I'm always forced to type at the bottom is quite...