Wessel Blokzijl
Wessel Blokzijl
I can help getting the EuroToken code to work. Do you have any way i can reach you?
Another option might be to add a `sign_commit` flag that is mutually exclusive with author/email. Regardless, this fix would be really helpful to us, as we can't require signed commits...
@pawnu will you be able to fix this? I would, but I don't know anything about go...
Thanks for the implementation :) I personally think `sign_commit` is more clear to the user while `commit_as_token` exposes implementation details. As a user just wanting signed commits its unclear this...
I really think this is an intended feature we're using. Github always "verifies" your commits when doing things through their own verified services (clicking "update branch" on a PR, editing...
Actually, given @pawnu and my previous comments I am now in favour of the original implementation. Just signing it by default if the author/email are omitted as this mirrors the...
No, i am in favor of the original state of the PR: If author and email are ommited, allow github to verify the commit. This was achieved by making author...
I don't have the same issue: - Visual Selection: 
I have another failing instance of `nvim_echo` failing. Not sure if it's related. This error happens after I open any *.tf file. Relevant config: ```vim autocmd BufNewFile,BufRead *.tf setfiletype terraform...
This would be a welcome feature. Our terraform developers dont have write access to the gcp bucket where we keep our tfstate. They run `plan` with `-lock=false` to see changes...