Josh B
Josh B
Adds `docker-search-mode` which lists output of `docker search` with transient commands to pull the image, or visit the Docker Hub url. (You can also specify a tag to pull, but...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
**Bug** When initially logging in using `pocket-lib-get`, I get the following error: ``` (error "pocket-lib: Unable to get request token: (error pocket-lib: Unable to get request token: (error pocket-lib: Unable...
**Rationale** - I want to do `eask install --local ./some/path`. - But how do I get fresh changes from `./some/path`, do I reinstall for every change? - No: Have Eask...
Before changing the behavior of errors as discussed in #273 , I wanted to add more tests that check the current behavior. This PR adds tests which check, for each...
This means `eask analyze` does not play nicely in shell scripts. Specifically, I want to do ```shell eask analyze | grep "Warning" ``` Some commands will separate output and error...
For example ```elisp ;; my-test.el (require 'ert) (ert-deftest my-error/test () "Tests errors" (should-error (error "an error"))) ``` Running with Eask v0.10.1 **in Emacs > version 30** ```shell > eask test...
This originated from https://github.com/Silex/docker.el/pull/244 Emacs 28 included `transient` as a built in package (version 0.3.7), the package Docker.el requires a later version than the built in package. When including transient...