Harm te Hennepe

Results 8 issues of Harm te Hennepe

A container is configured to listen for DNS requests on all IP's on port 54: ``` /usr/bin/docker-proxy -proto udp -host-ip 0.0.0.0 -host-port 54 -container-ip 172.19.0.2 -container-port 53 ``` When I...

**Describe the bug** Cannot ```:confirm quit/bd/etc``` a terminal window **To Reproduce** Detailed steps to reproduce the behavior: ``` vim --clean :term :confirm quit ``` **Current behaviour** ```Save changes to "!/bin/bash"?```...

#### Runtime Environment ``` ranger version: ranger-master v1.9.3-719-g136416c7 Python version: 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] Locale: en_US.UTF-8 ``` #### Current Behavior No way to insert a character...

### What happened? I have `frontend: true` in my `configuration.yaml` and an IPv6-only network. I couldn't reach the frontend, because it only seems to bind on `0.0.0.0` Workaround: ``` frontend:...

bug

The offset calculation always happens in the current timezone, while functions like ```date()``` print the time in timezone of that moment (so DST corrected). See https://github.com/fisharebest/ext-calendar/blob/main/src/Shim.php#L466-L467 This is mainly noticeable...

I've updated ansible-core to 2.18, and suddenly got a warning regarding interpreter discovery, which pointed me to [this](https://docs.ansible.com/ansible-core/2.18/reference_appendices/interpreter_discovery.html) page. I've read the page and stayed confused why it suddenly happened....

techreview
new_contributor
backport-2.17
backport-2.18

I want to use tmux-fingers to select any WORD in my terminal, so I've added ``` set -g @fingers-pattern-WORD '[\S]+' ``` This usually gives many matches, sometimes of only 1...

bug