Hraban

Results 160 comments of Hraban

@jakob on the other hand I'd like to add a vote for using PQexecParams precisely because it is a native feature which really gets sent on the wire, not just...

Tip: org babel reevaluates blocks on export, by default. You can disable this with the `:eval no-export` header on a code block. This works regardless of whether the block is...

Without async mode, you could achieve something like this by defining blocks as inputs of other blocks, e.g.: ```org-mode * Test #+begin_src emacs-lisp :results none (setq-local org-confirm-babel-evaluate nil) #+end_src #+name:...

I'd love to see this as well, particularly as a "sanity check" to see if one particular backup perhaps accidentally added some huge files that I don't need backed up...

- I think this is missing the github username from the module name - how does this play with the url import being gopkg.in/... -- is that obsolete now? can...

thank you very much for this! I will have a look at the docs one more time just to double check, and will merge it soon. It is long overdue.

hmm it's still not clear to me how to use this: ``` $ go get github.com/hraban/opus@v2 go: github.com/hraban/opus@v2: no matching versions for query "v2" ``` Seems related to "https://github.com/golang/go/issues/29731". That...

Thanks, I have been reading up on this and I came to the same conclusion. But: I don't want to "merge" anything, I don't want to start managing version tags...

hmm I'm so not up to date on this go mod thing... >.>