ScuffleTV / scuffle

Live streaming platform
https://scuffle.tv
224 stars 25 forks source link

Lazily load errors from config sources rather than at construction. #104

Open TroyKomodo opened 1 year ago

TroyKomodo commented 1 year ago

Right now, config sources report errors on the ::new() function Ideally, we should report all errors on the config_builder.build() function.

TroyKomodo commented 1 year ago

cc @lennartkloock