krafs
krafs
I've inherited a code base where IConfigurations are distributed already-zoomed-into. Yeah, I've considered making my own IConfiguration-wrapper for stepping back a step into the outer config section. Definitely possible, but...
I feel like the best fit would have been as an overload for `.ReadFrom.Configuration`, but seeing as the preferred signature would look something like `.ReadFrom.Configuration(IConfiguration serilogConfig, IConfiguration root = null)`...
Ah, right. Today, all overloads throw `ArgumentNullException` if the provided `sectionName` is null. But changing null to instead indicate that the given IConfiguration is the serilog section would work. As...
Hmm, hadn't though about that. But the archive is only generated for `sub`-commands, it seems. Not on `dl`'s (where I was actually most needing it). The idea was to run...
I have a custom web server running alongside ytdl-sub in a container. The webserver takes HTTP calls and invokes `ytdl-sub dl` for videos that aren't part of my subscriptions, but...
Nice! Do let me know if there's anything I can help with. Otherwise, I'm looking forward to testing it.
I'm generally more in the C# camp, but I might take a look :)