Thomas Wouters

Results 17 issues of Thomas Wouters

### Summary When a path in a collection is a symlink to a directory, the symlink is replaced with an empty dir instead of either a copy of the symlink...

easyfix
support:core
bug
P3
verified
affects_2.13

This fixes systemd support in Debian >=11 containers. Minimal platforms configuration in `molecule.yml`: ``` platforms: - name: instance image: debian:bullseye command: /lib/systemd/systemd privileged: true cgroupns_mode: private ``` Example `Dockerfile.j2`: ```...

feature

### Your use case The new layout lists low priority rooms on top when rooms are listed by activity while I want them out of the way of more interesting...

X-Needs-Design
A-Room-List
T-Enhancement
A-Home
S-Minor
O-Frequent
Z-AppLayout

Could be that this has to be fixed in Ansible languageserver but since it's a behavioral change since v6.5.0 I figured I report this here. When opening an non-existing ansible...

bug
new

### Summary (Lazy copy+paste from ansible-lint since it's the third issue report about this :slightly_smiling_face: ) When opening an non-existing ansible file with vim, ansible-lint is triggered on the filename...

bug
new

The emphasis in the following example takes precedence over link detection while I think it should be the other way around? ``` text containing _emphasis start breaks when followed by...

**Describe the bug** Apache segfaults during processing of requests when the persistent collection is being processed to remove stale records. **Logs and dumps** Note: IP addresses have been obfuscated ```...

### (1) Description Borders have rounded corners and my windows don't. I'd like to be able to disable the rounding. ### (2) Alternatives I've considered _No response_ ### (3) Design...

enhancement

My team at work are fond users of slash commands, I'd like to be able to use them with this bridge too. Something like `!slack command [args]` or `!slack /...

enhancement

We can get a list of supported slash commands with [commands.list](https://github.com/ErikKalkoken/slackApiDoc/blob/a7a5539bfd8a6439f82af57688b8528f75924a9f/commands.list.md) on connect and listen for `commands_changed` RTM events to get updates. Sending commands is [possible too](https://github.com/ErikKalkoken/slackApiDoc/blob/7c64d5078f0b38be3b25cf98e4843028c2d6afc1/chat.command.md). I'm not sure...