simonLeary42

Results 26 issues of simonLeary42

##### SUMMARY Fixes #83434 Fixes #83435 Update the `file` module to return a list of diffs when recursively setting file attributes and recursively creating parent directories. ##### ISSUE TYPE -...

module
stale_ci
bug
has_issue

### Summary When recursively setting file attributes, I expect to see all changes in the diff, but there are none. When the directory's attributes are modified as well as the...

module
bug
has_pr
affects_2.17

### Summary If I create a directory and ansible automatically creates nonexistent parent directories, ansible should tell about all the directories it created, not just the deepest one. ### Issue...

module
bug
has_pr
affects_2.17

### Summary in `ansible.builtin.copy`, ansible sets permissions on the file *after* it writes the contents of the file. This seems unsafe. An attacker could easily read the file repeatedly and...

module
bug
needs_verified
affects_2.17

I notice that when the "complete" menu is open, and I've hovered over an item using arrow keys, ctrl+backspace will delete that item from my input line. In other times,...

question

There's a significant delay between when I press a key and when I see a character appear on screen. It seems that adding an open parentheses to the front really...

question
performance

![image](https://github.com/user-attachments/assets/8564512d-89e2-4250-a4a2-924311fd29ac) it's shown as bold, but I'd like it to pop a bit more. Looking around `ble-face` I saw that there is a highlight on the input line called `menu_filter_input`,...

NYI/NewFeat

I find myself completely lost while trying to navigate `windows_shortcuts.jsonnet`. Effort has already been made to remove boilerplate (`bundle.standard` / `file_paths.standard`), I just took it one step further. Rather than...

using command+left/right in a github issue textbox will scroll to the top and bottom of page, but using ctrl+a/e works as expected. But it's possible that this might behave differently...

In [this instruction from the makefile](https://github.com/TACC/Lmod/blob/b2068e6bdfacb69ba43511f5a6b6960a2d7824f4/Makefile.in#L264-L266), stderr is redirected to another file. If an error is occurred, the error is redirected to the file and not printed. The only thing...