Maarten Aertsen
Maarten Aertsen
Ugh, the workaround is rather stupid, but it works. In `network_mode: host` containers share a network namespace with the host. As a consequence binding a port in the container binds...
> I think we should not publish an insecure-by-default setup, so all we can really do is document this properly and let the docker user decide which setup works for...
I recently came across https://blog.apnic.net/2021/07/06/docker-ipv6-networking-routing-and-ndp-proxying/ which describes a method to provide IPv6 connectivity to a Ripe Atlas probe in Docker. Perhaps this approach also works for Internet.nl.
This is a practical example of #146. I missed that ticket when opening this new one. @gthess notes that the difference appears to be that the connectivity test failed to...
I think #1243 is a dup of this issue.
> 3. Fix Shift-Option-J/K so that it also focuses floating windows. REASON: Even if they disappear at least you'll be able get them back. Also, this is the intuitive expectation....
What is blocking a merge of the patch provided by @jburnham? I just ran into the issue described in this ticket while using git-remote-gcrypt standalone in combination with a gpg-setup...
Hmm, the simplest fix is reordering the on-add hook invocation before the save. That fixes the issue while passing the test suite. However, I don't know if it is the...
On a related note, https://github.com/GothenburgBitFactory/taskwarrior/pull/3443/commits/3e14d92a4272a48d981b5b3a3dbaa2286d01e2e5 is a copy of https://github.com/GothenburgBitFactory/taskwarrior/blob/develop/scripts/hooks/on-add.the with some added comments.
I believe the included [on-add.the](https://github.com/GothenburgBitFactory/taskwarrior/blob/develop/scripts/hooks/on-add.the) hook could be used as a (failing) test-case, but I'm unsure how to hook it up to the testing framework, so I have refrained from...