Results 6 comments of uchuhimo

@xmlking It is difficult to decide how `lazySet` triggers `onSet`. - If we trigger `onSet` when `config.lazySet(Account.maxRetry) { 4 }`, we have to evaluate `{ 4 }`, which may be...

`Flow` is introduced since Java 9. Adding Flow integration into Konf core will break the compatibility with Java 8. The best solution may be creating a new package for Flow...

Cool! I can add Kotlin Flow integration when I have time and release it in the next version. Thank you for your advise.

@sproctor Can you provide a test case for me to reproduce the issue? I will try to fix it.

@CHKZL 我提交了一个PR用于添加Docker支持:https://github.com/CHKZL/DDTV2/pull/59

我构建的DDTVLiveRec镜像:https://hub.docker.com/r/uchuhimo/ddtv_live_rec - 包括x64和arm64两种架构 - 使用Github Actions自动构建 - latest从master分支构建,一般会在官方release时更新(不定期) - dev从dev分支构建,包含了一些没有合并进上游的更改,我自己使用的是这个分支(慎用)