LeviLovie

Results 4 issues of LeviLovie

Hello, i tryed to install config for Emacs om MacOs, and got this warning: ``` Debugger entered--Lisp error: (error "Package ‘helm-cmd-t’ is unavailable") signal(error ("Package ‘helm-cmd-t’ is unavailable")) error("Package `helm-cmd-t'...

It would be nice to implement option arguments assignment using `=`. ```rust use argh::FromArgs; #[derive(FromArgs, Debug)] #[argh(description = "The best app on earth")] pub struct Args { #[argh(option, short =...

When opponent disconnects (goes offline) the game still goes on until their clock runs out. This is really annoying when playing with a large TC. Please implement a timeout victory...

enhancement