Bark
Bark
# Fix Different behavior on Multi PHP setup. ### Goal Load the `bashrc.sh` (and the other `sh` files in the directory for that matter) regardless of which container you enter....
# Fixes for issue #985 PR contains two commits, one only for documentation, one for `yml` fix, both are related to the same issue. ### Goal Improve documentation and prevent...
Regarding issue [#950](https://github.com/cytopia/devilbox/issues/950) Did not see any processing regarding if the option is commented out or not. Now we check if the first symbol is a semicolon (;) and in...
### What is your idea or feature suggestion? Addition of the `xmlstarlet` cli tool to the PHP container. ### Benefits While the `jq`/`xq` tool set allows querying of `xml` &...
This check would display a message in case the `.nvmrc` version is not installed, and would not alter the output otherwise. `nvm_ensure_version_installed` returns the message that we care for. It...
# Related Issues #2810 #1536 # Quick Summary * Added a new decorator. * Added required changes in `config` in order to recognize 2 new CLI options/arguments. * Added a...
Fixes: #1155 It might seem a bit messy but the gist of the PR is that. * We introduce `fc_upsert_logg_file` method, which attempts to create the directories & log file...
This PR attempts to resolve the issue mentioned in #1175 1. Regex has been changed in order to allow matching a given line even if it has a comment (separated...
Fixes #13267 As we can see from the bisect done in the comments. Bisected to https://github.com/nushell/nushell/pull/12625 / https://github.com/nushell/nushell/commit/460a1c8f874b503cb4140619838be483600f00ce We can see that this update brought the use of `read_dir` and...
Closes #22618. Currently, I believe, the API for tracker addition/removal supports either one torrent (torrent's Id is passed in `hash` argument) or **all** torrents (`hash` is `*`). The proposed changes...