Results 21 comments of Stark-X

你打开官方 demo,看看还有没有这样的情况? https://fi3ework.github.io/hexo-theme-archer/

https://github.com/fi3ework/hexo-theme-archer/blob/0a012d5d12e7a9680503329c133f75bddc07d8df/layout/_partial/sidebar/sidebar-archives.ejs#L3-L24 搜索关键字 “在 ejs 中将 archive 按照时间排序” 找到这部分的代码,搜索 ejs 相关的文档,找到 ejs 特性中的这个功能 https://github.com/mde/ejs#features ,使用 `` 把空行去掉: > Whitespace-trim mode (slurp all whitespace) for control flow with 应该可以把所有判断语句输出的空行去掉,我有空尝试一下

> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.3.0:enforce (enforce-distribution-size) on project jacoco: [ERROR] Rule 0: org.apache.maven.enforcer.rules.files.RequireFilesSize failed with message: [ERROR] /home/vsts/work/1/s/jacoco/target/jacoco-0.8.12.202402201145.zip size (4608852) too large. Max. is 4600000/home/vsts/work/1/s/jacoco/target/jacoco-0.8.12.202402201145.zip [ERROR] -> [Help...

before jdk 7, the `java.nio` does not exists, any suggestion?

Hi @marchof ,as the release [0.8.11](https://github.com/jacoco/jacoco/releases/tag/v0.8.11) said, > - jacoco-maven-plugin now requires at least Java 8 > - JaCoCo build now requires JDK 17 is it still necessary to check...

i've got the similar error: `ouldn't find file "symbols/rime" in include paths` ``` $ /usr/bin/espanso launcher 10:34:09 [daemon(639879)] [INFO] reading configs from: "/home/stark/.config/espanso" 10:34:09 [daemon(639879)] [INFO] reading packages from: "/home/stark/.config/espanso/match/packages"...

> So, I stumbled upon the same issue and managed to get everything working. > > The fix is starting nvim with `uv run nvim` which fixes the issue you...

请参考配置: https://github.com/fi3ework/hexo-theme-archer/blob/5d96ca436bd5135e836327a1a73c5d8589ba8b3f/_config.yml#L152-L157 原因就如截图中所描述的“时效性提示:文章里的信息可能已经发生改变”

能提供一下现在出现问题的截图或者复现示例吗?