Will Boyce
Will Boyce
``` FROM base:1.0.0 RUN rm -rf /path/to/wildcard/* RUN stuff && things ``` ``` FROM base:1.0.0 RUN rm -rf /path/to/something RUN stuff && things ``` In the first case everything from...
First attempt at bringing Miserlou/Zappa#1833 up to date.
I was having some edge-case issues that I narrowed down to incorrectly assuming the tilde would expand inside the `package_path` variable, this seemed to resolve them.
Adds three new settings: `P9K_DIR_SHORTEN_GIT_FALLBACK`, `P9K_DIR_SHORTEN_GIT_FALLBACK_USE_REMOTE`, and `P9K_DIR_SHORTEN_GIT_FALLBACK_REMOTE_NAME` for the `truncate_to_package_name` path shortening strategy. If `GIT_FALLBACK` is non-zero and a package.json/composer.json does not exist then the repo directory name will...
Adds `P9K_DIR_SHORTEN_PKG_SEPARATOR` allowing for a custom separator between package name and relative sub directory. For example, I like to set it to `:` so `packagename/src/lib/foo/bar` would become `packagename:src/lib/foo/bar`.
Adds a `P9K_CONTEXT_TEMPLATE_DEFAULT_USER` option, which defaults to `P9K_CONTEXT_TEMPLATE`, used when context is being shown and logged in as `DEFAULT_USER`.
As a concrete example, I have a card showing my Download/Upload/Ping: it would be nice for each line to have its own appropriate colour thresholds.
Change-type: minor Signed-off-by: Will Boyce \ --- ##### Contributor checklist - [ ] Introduces security considerations - [ ] Affects the development, build or deployment processes of the component