Pierre Penninckx

Results 163 comments of Pierre Penninckx

What about functions like these? ```elisp (defun git-link-master-branch () (interactive) (let ((git-link-default-branch "master")) (call-interactively 'git-link))) (defun git-link-at-commit () (interactive) (let ((git-link-use-commit t)) (call-interactively 'git-link))) ```

Here’s mine, focused on discovering stalled torrents. ![570B01EA-9875-4CF3-9ADA-3C75973D67AC](https://user-images.githubusercontent.com/1044950/150728319-a8ff7e95-36a3-4a2e-9cbe-80347de74e49.jpeg) And here’s the dashboard definition https://gist.github.com/ibizaman/e4a79c2e1800a74c25ba3755aa75426a Note that it needs #17

The fun and pride of doing everything by hand. And being able to do exactly what you want, how you want it.

@astahlman I was wondering did you try using `set-process-filter`? I'm monkey patching emacs-async to see if this can lead to somewhere. I've seen it used here https://github.com/gregsexton/ob-ipython/blob/7147455230841744fb5b95dcbe03320313a77124/ob-ipython.el#L279-L297

Thank you for this. I remember stumbling into that issue when using Orgzly too. I’ll be reviewing this shortly. I already glanced over it and it looked good.

That’s a good idea! I don’t know when I’ll have time to work on all this but I’ll try to at least take a pass at having an archive /...

Hi! Thanks for this great contribution!!! I’ll get to reviewing this shortly but got not that much time these days.

@anler I'm not pushing for it because I already got a workaround, so feel free to push back yourself because I know first hand scope creep is the worst. From...

I'm testing this with Elixir 1.1.1 and it works if I `import Monad`.

I'm definitely not saying what you're trying to accomplish is not valid. But did you know about [Tomb](https://www.dyne.org/software/tomb/)? It's a way to "open" an encrypted file in a secure way....