Ryan C. Thompson

Results 67 issues of Ryan C. Thompson

It would be nice to have the inverse option of push-to-talk, i.e. push-to-mute, in which the microphone is muted while the shortcut is held, and then unmuted when the shortcut...

Issues like #27 arise because the test suite always loads all optional dependencies. Such errors could be caught by a test suite that tests all the core functionality without loading...

Now if a function binding in "noflet" includes an interactive form, that function will be available as a command in BODY, (i.e. BODY can invoke it via "call-interactively"). Note that...

I've just realized that `noflet` evaluates and applies its bindings one at a time, which means that it works more like `cl-flet*` than `flet`. It should evaluate all the bindings...

I'm trying to set up this package, but `(travis--get-auth)` is throwing `(travis-http-error 403 nil)` whenever I try to do anything. I assume I'm using the wrong token or something, but...

DFplyr references one or more internal S4Vectors functions that no longer exist in the latest release version. It does so in the custom `show` method that it provides for DataFrame,...

I use git-gutter-fringe in my config, which uses `fringe-helper-define`. This works fine when starting Emacs normally, but when I try to use my same config on an Emacs that wasn't...

I like the simplicity of this package, and would like to use it just to add timestamps to my messages and warnings. However, it seems that the timestamped messages appear...

I've been testing out zxfer as a way to backup the complete state of all filesystems, including all their snapshots, to an external hard drive. However, zxfer doesn't seem to...

I'm in the process of setting up cross-host backup of snapshots using zxfer, and I want to do so without giving either system passwordless root ssh access to the other....