Shane Mulligan
Shane Mulligan
``` ;; this fixes magithub and ghub+ (defun ghub--host-around-advice (proc &rest args) (if (not args) (setq args '(github))) (let ((res (apply proc args))) res)) (advice-add 'ghub--host :around #'ghub--host-around-advice) ```
Hi, I've changed a PHP keyword to comply with [this standard](https://www.php-fig.org/psr/psr-2/#25-keywords-and-truefalsenull) in PSR2. It's admittedly a small fix but I hope it helps!
Hi, I've changed a PHP keyword to comply with [this standard](https://www.php-fig.org/psr/psr-2/#25-keywords-and-truefalsenull) in PSR2. It's admittedly a small fix but I hope it helps!
Hi William https://mullikine.github.io/posts/designing-an-imaginary-programming-ip-library-for-emacs/ I have been working on ilambda, a set of functions for code generation, and imaginary evaluation. It's a small set of functions that would be easy to...
Hi, I've changed a PHP keyword to comply with [this standard](https://www.php-fig.org/psr/psr-2/#25-keywords-and-truefalsenull) in PSR2. It's admittedly a small fix but I hope it helps!
https://charm.sh/libs/