Winston (Winny) Weinert
Winston (Winny) Weinert
:+1: I literally downloaded bfg and looked for a `--dry-run` flag before actually deleting the blobs, not to find it.
Hey, thanks for looking into this. That is a neat use for TRAMP. It sounds like a good idea to guess what the arg to `transmission-add` actually is.
By the way, I added this to my `init.el`, and it seems to work perfectly: ``` elisp (add-hook 'transmission-mode-hook (lambda () (local-set-key (kbd "A") (lambda () (interactive) (transmission-add (read-string "Magnet...
@spiderbit that looks much cleaner, thanks for pointing that out!
Oops! My mistake! Thanks for commenting on this ticket on the old repo. I'm running version 20170328.1807. Is this up to date, I apologize, I'm uncertain how to verify. Unrelated...
I forgot to mention it'd be really convenient if it followed the same convention as Bootstrap 3's [tooltip Javascript plugin](http://getbootstrap.com/javascript/#tooltips) — its `delay` configuration object contains two keys: `show` and...
This is rather exciting. I have a few suggestions to make it even better, like an aged cheese(!). Is it possible to break the python code out of json.applescript into...
[IANAL](https://en.wikipedia.org/wiki/IANAL): Using ASUnit means the test harness has to call into its code, suggesting that test cases are a _derivative work_ and possibly subject to the GPL. It's ambiguous what...
Oops, I finally noticed one may pass a file-like object to the constructor as keyword argument `buffer`. Maybe there should instead be a keyword argument `gzipped` that defaults to True?
That is one approach, though I think the path of least resistance might be adding a `gzipped` keyword argument that defaults to True, and mark the `buffer` keyword argument as...