Rasheed Abdul-Aziz
Rasheed Abdul-Aziz
An extension to #38 As an overmind user I want to specify tmux startup options, specifically `-CC` So i can use iTerm2's amazing tmux integration
[This work introduced woke](https://github.com/vmware-tanzu/cartographer/tree/switch-to-woke) but left some adressable issues in place. (with todo's and as comments in the `.work.yaml`) Lets address those.
# What happens: in the Workload, a null param: ``` params: fred: null frodo: ~ ``` is treated as "not provided" so the defaults are applied, if they exist, or...
this pops up occasionally, https://github.com/vmware-tanzu/cartographer/actions/runs/3129094887/jobs/5077751935#step:6:367 Definitely feels like a flaky test
[PR requirements]: https://github.com/vmware-tanzu/cartographer/blob/main/CONTRIBUTING.md#commit-message-and-pr-guidelines ## Changes proposed by this PR closes # ## Release Note [imperative mood]: https://chris.beams.io/posts/git-commit/#imperative ## PR Checklist Note: Please do not remove items. Mark items as done...
1. `nvm install stable` installs 13.5.0 1. using that nvm, the `npm install` fails on `[email protected] install` 1. I tried `nvm install 12.14.0` (and then `use default`) and now `npm...
We can have successful e2e tests, despite the controller crashing repeatedly. We should ensure we test for this in our e2e tests.
``` ~/go/src/github.com/bunniesandbeatings/offspring $ go get ./... ~/go/src/github.com/bunniesandbeatings/offspring $ gvt fetch ./... 2016/12/02 10:10:37 Fetching: ./... 2016/12/02 10:10:37 command "fetch" failed: "./..." is not a valid import path ``` Using the...
We run mini_portile in a docker container, which defaults to a root user. When tar (on ubuntu lucid) is asked to untar a src distribution, it defaults to setting owner...
I like the load/save sets idea, but in the meantime, the ability to hide all and show all would make it easier to go off, code some changes, then come...