Ethan Mr.Tang

Results 6 issues of Ethan Mr.Tang

HI All I just found that when i replace the string in l10n.toml as follows: [articles] read_more = "阅读更多" //Chinese words = "words" readingtime = "minute read" share = "Share"...

日志输出到文件时,建议如下 1 提供用户接口,指定输出文件路径+文件名,如果为NULL,则按照默认文件名保存 2 如果用户配置,可以按照天保存到文件中,每天保存为一个文件,文件名可以是log_YYYY_MM_DD.log的形式

When Encoding a APER BitString like the following format: ``` TriggerConditions ::= BIT STRING { reserved (0), data-change (1), quality-change (2), data-update (3), integrity (4), general-interrogation (5) } (SIZE(6)) foo...

#1 On what purpose why do your team not use semaphore lock when received a U frame and before send response? For I see when you used that way in...

when #if (CONFIG_USE_THREADS == 1) self->isThreadlessMode = true; #endif is this a clerical error when USE_THREADS == 1? I think it is be better return when CONFIG_USE_THREADS == 1 as...