Josef Fortier
Josef Fortier
FWIW, here's a web page devoted to TAP https://testanything.org/ There's a "typical" output example on the root page. There's also a full spec https://testanything.org/tap-version-14-specification.html quick description from memory: first line...
Thanks Just some feedback.... * invoking via variables is awkward. Automated tests require another wrapper. * It shifts the security issue to the user * CLI variables are inherently visible...
FWIW, a (more ansible specific) workaround. My use case is ansible group intersection. I'm pretty new to python and to pytest, but this seems to be elegant. The approach is...
I've found a partial workaround, specifying target in the resize command. Focus is still unpredictable. It makes good sense that a tmux command as a shell_command is... problematic. Is it...
FWIW, I've got a sort of workaround in place. In my scenario, without isident, the generic search breaks. So I have a wrapper function with an empty search and then,...
I think so. From a cursory look at the vim-use list conversation I suspect Bran knows that this is an issue, but it's on a way back burner. It looks...
Thanks :-) ``` --- # enable mod_deflate - hosts: some_hosts vars: a_variable: its_value become: true tasks: - name: common tasks include_tasks: '{{ base_include_path }}tasks/web/common.yml' - name: set local variable set_fact:...
Can I ask if my example a) makes sense (or needs more clarification) and b) is helpful? To be clear, the prior web searches I've done for ansible and ctags...
Here is a gist of the debug output (sorry for the delay) https://gist.github.com/fourjay/8636b3ebee51da7493ca3c52dbe5c630
Possibly related, non destructive/cosmetic issue. I'm seeing filtered index views get stomped on. Spelling out my scenario: 1) I often have a ``~U`` filter running. 2) While running through new...