Results 12 comments of Zenomat

Alright, I'll take a stab at implementing this

Yes, I'll close this

I also had that problem. I couldn't figure out a way to escape in in Powershell, but running it in cmd with \"log test.log\" worked

One problem still persists: the tests wont run on windows, as the `refAllDecls` also references a function (`fetchTrustedAddresses`), which will only ever be called in a supported context, but throws...

> > I didn't want to introduce a platform specific cli option > > could we make the CLI have dig-style nameserver override? would apply to all platforms `dig @1.1.1.1...

> > the tests wont run on windows [...] which will only ever be called in a supported context > > `return error.SkipZigTest;` doesn't work? 🤔 wouldn't that require for...

the new commit fixes the test failure, but I am not so sure about how "nice" this actually is. check the commit msg for a closer explanation

For testing, I basically checked if it compiles and runs with `zig test`. You can try to revert that commit, run `zig build` and `zig build test` and it should...

No worries. Thanks for continuing to look into this. Looking over this, the changes look good, id be happy to get this merged an closed. Thanks again for your help...

Hey, I am using the docker installation. I am trying to get proper podcast episode names going, but they are just a random ID. What I gathered from the issues,...