Bruce Edge
Bruce Edge
When one sets the report name procedurally, eg: ``` @pytest.hookimpl(tryfirst=True) def pytest_configure(config): """ Runs early, report name must be set here https://stackoverflow.com/questions/60571675/setting-dynamic-folder-and-report-name-in-pytest :param config: :return: """ env = os.environ['ENVIRONMENT'] assert...
### Summary With the `AWS systems manager` preferences set with KMS encryption disabled, the: ``` ansible_connection: aws_ssm ``` works With KMS encryption enabled, it fails ### Issue Type Bug Report...
My prompt matches both path and numeric seaches: ``` 29/10/18 07:40:54 ~ 🐍 p3 ❯ ``` I use this for auditing purposes, along with logging. While it would be possible...
Fixes https://github.com/tmux-plugins/tmux-logging/issues/31 Note that a cleaner solution may be to restructure the toggle/start scripts so that the block I added didn't need to replicate the context read that already exists...
Usually when one decides to enable logging, what is in the scrollback is often of interest as it may contain the specific example of what one wants to log. I'd...
https://github.com/tmux-plugins/tmux-logging/issues/28 has some shortcomings. (Unless I'm just being stupid, which is entirely possible) - Doesn't observe .tmux/conf settings, eg: ``` # https://github.com/tmux-plugins/tmux-logging/pull/20 set -g @logging-path "$HOME/log/tmux/%Y-%m-%d" set -g @logging-filename "#{session_name}-#{window_name}-#{pane_index}.log"...
Any delete operation on a node which children should require a --force or prompt for confirmation. Currently: ``` rm secrets/env/targetX ``` Deletes everything under `secrets/env/targetX/*` with no interaction. That said,...
Pyswagger appears to be expecting nested swagger.{json.yml} docs at each 'path' in the API tree for an API specified as a local files, (file://): I have a swagger 1.2 doc,...
The app docs: https://github.com/mission-liao/pyswagger/blob/develop/docs/md/ref/app.md state: > # call an API when its nickname is unique > App.op['getPetById'] > # call an API when its nickname collid with other resources >...
Confirmed it's not a plugin keymap conflict. Cmd-' works for all file types except yaml. Version: 1.0.1, pycharm 2018.1