Jiahao Lee

Results 5 issues of Jiahao Lee

支持通过一种方式获取给定群号、群号 - QQ 号二元组或 QQ 号对应的昵称。如果可能,支持指定一个时间戳获取指定时间某个群、群员或好友的名称。 如果某群、群员或好友没有任何消息记录,则在尝试获取其名称时应返回空白名称、某项默认名称或者抛出异常。 插件不需要完整记录名称的变更。如果某群、群员或好友在 `A`, `B` 两次名称变更之间没有产生任何消息记录,`A` 变更对应的名称可以不被记录。

enhancement

## Description When building the project from source with `cargo xtask build-alxr-pico` (or any HMD client for that matter), should the Gradle fail to build (either because CMake was not...

Stacktrace ```text Exception in thread "main" java.lang.RuntimeException: java.lang.NullPointerException: Cannot invoke "org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection.getBoolean(String)" because "section" is null at com.ghostchu.peerbanhelper.Main.main(Main.java:98) Caused by: java.lang.NullPointerException: Cannot invoke "org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection.getBoolean(String)" because "section" is null at com.ghostchu.peerbanhelper.btn.BtnNetwork.(BtnNetwork.java:45) at...

bug
wontfix

The ability to typeset math expressions in markdown is now considered essential. Many other markdown-based note-taking software supports using TeX-like expressions for this, as demonstrated in #4387. This PR adds...