Cole Brown
Cole Brown
This does 2 things: 1. Add a `--timeout` parameter to BaseCommand. 2. Implement the timeout parameter for importing data during `schemazen create`. This is not a complete timeout for everything,...
Bug: `smudge-api-oauth2-callback' is a defconst, so if the defcustoms it uses to create its value are not up-to-date /before/ "smudge-api.el" is loaded, `smudge-api-oauth2-callback' will be an incorrect value. Fixes: -...
The default buffer name format ("*helpful : *") is pretty long. It would be nice to have the option to make it shorter. E.g. in `helm-M-x' (with default Helm settings),...
With helm-bufler package installed, I get the below error early on in initialization. - Error is when package system is getting set up; it is earlier than the `use-package' calls...
Bug: `smudge-api-oauth2-callback' is a defconst, so if the defcustoms it uses to create its value are not up-to-date /before/ "smudge-api.el" is loaded, `smudge-api-oauth2-callback' will be an incorrect value. Fixes: -...
I have buffer names like: - `impatient-mode:/…/README.md` - `emacs:/…/unique/path/file.el` - `emacs:/…/also/file.el` These buffers could not be displayed by `impatient-mode` due to how the buffer name was passed around in the...