Dominik Menke
Dominik Menke
FYI, v7.2 still show the same issue: https://user-images.githubusercontent.com/327411/185349066-01309d64-1543-4f46-a61f-8f50b0ee2f92.mp4 I've also noticed that the standard message display (i.e. not "compact") seems to not be affected (I've updated the issue description): https://user-images.githubusercontent.com/327411/185349808-c017560f-d31e-4d2c-b938-130859437898.mp4
I find myself hard-pressed to continue the work started in #31, feel free to take over :)
> Are there any guides for getting an environment setup for developing on Windows? No, not really. > [...] get errors on the master branch in the providers/dns/exec/ tests These...
The Windows CI machines have MinGW installed, which presumably ships an `echo.exe` (https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md#tools). Ignoring them on your machine is also an option, of course.
Sorry, this flew under my radar. It is 2023 and I still am not able to configure the junk filter properly for my email app. :/ I'll have a look...
No, sorry. Live keeps getting in the way :/
> I can't see what the issue is in the CI output because there is just way too much of it. That's an issue with the way how Github presents...
> Although I currently cannot imagine [`--cert.out`] getting much more use since the desired constellations for certificates and their order in a file is limited Sure, I'd imagine it more...
> the propagation check is passing too soon, before our DNS server actually has the TXT record available The propagation check verifies that *another* (recursive) resolver can retrieve the TXT...
> Would it be possible for debugging purposes to keep the TXT record and not delete it? No, not out-of-the-box. I can however prepare an unofficial build (later, when I'm...