David Ongaro

Results 56 comments of David Ongaro

I've the same problem. Every time time I update this package my emacs startup fails and I have to figure out anew that ob-http is the culprit and manually delete...

Fixed in https://github.com/zweifisch/ob-http/pull/30

I also stumbled upon this, but I really don't think this feature would be worth the added complexity since there are easy workarounds. For one thing it's not a major...

I noticed that there is also the `ledger-accounts-file` customization variable. So you could just put your accounts into a file and reference it there to have auto-completion for them everywhere....

I can confirm that this patch fixes the issue for me. When will it be merged?

The problem is not resolved by the fact that argo has its own linter. The problem is that `kube-score` gives these false negatives: ``` [CRITICAL] Service Targets Pod · The...

I use a relatively straightforward shell alias to achieve this. I published it as a gist here: https://gist.github.com/bitti/183771a7308b030d933dbe4ea9c5cc9f. It currently doesn't support switching namespaces because I don't need that but...

> @bitti The reason for that is you can't really change env vars of the current shell from a program executed from that shell. You have to spawn a new...

> This is on purpose: yamllint lints the YAML form, not the embedded content (here, a string with multiple `\n`). Then I'm confused why it's even linting block scalars, isn't...

Any progress here? I noticed if I just specify the indentation via the `define-clojure-indent` elisp macro and remove the indent spec it's indenting correctly. So for me it seems `clojure-mode`...