Rekord

Results 21 issues of Rekord

我一般的使用方式都是先识记几遍该章的单词,然后默写一至三遍。 但当我默写完成后按`Enter`开始下一章将会直接跳转至下一章的默写。 当然实际使用的时候也只需按一次`Ctrl + V`即可显示英文。 但我希望它的默认行为是开始下一章的识记而非默写。 > 也可能只是我的使用习惯比较小众?

具体错误描述见[https://github.com/HCLonely/hexo-bilibili-bangumi/issues/166](https://github.com/HCLonely/hexo-bilibili-bangumi/issues/166) 希望作者也能做个适配。

### 问题描述及如何重现此问题 使用博客主题——[nexmoe](https://github.com/theme-nexmoe/hexo-theme-nexmoe) 当我打开`pagination`选项时: 然后更新番剧,并重新生成相应页面。 结果:分页功能完全失效。 ### 报错信息(建议使用截图,请尽量截取全部把错误信息) 下图中的(红色)超链接的点击效果全部错误: ### 插件版本 1.8.1 ### 环境信息(使用`hexo -v`命令查看) ```shell hexo: 6.2.0 hexo-cli: 4.3.0 os: linux 5.10.102.1-microsoft-standard-WSL2 Ubuntu 20.04.3 LTS (Focal Fossa) node: 17.5.0...

wontfix
compatibility

若不添加【?characterEncoding=utf8】,则对某些中文字符仍然存在中文乱码问题。

### Is your feature request related to a problem? I'll archive memos that make sense. So when searching for a memo, there's a good chance that the result I'm looking...

enhancement

自己在项目中使用了docker,并使用了容器卷,然后发现扫描这个容器卷居然扫描不出来,这个容器卷文件主要包括Mysql和Redis,猜想是Mysql容器卷扫描不出来

原本是想请求作者能够将代码挂载在当前工作目录而非插件下的workspace。 但是刚刚得知dos挂载存在着目录字符限制问题。 但是如果无法实时更新文件内容,那么就意味着每次本地修改都要关闭窗口并”重新打开DOS环境“。 所以能否考虑一种折中的手段,就是每次保存文件都进行一次从工作目录到挂载目录的文件复制?

![image](https://github.com/Rudolf-Barbu/Ward/assets/74645100/3106e97f-5fd6-4094-a584-94a071a8af20) ![image](https://github.com/Rudolf-Barbu/Ward/assets/74645100/4d0f99e6-2c8c-4b25-b784-fb61e6b2d958)

you can verify it by execute code below: ```c++ #include using namespace std; class X { public: int mysn = 0; X() {} X(const X&orig): mysn(orig.mysn + 1) { cout

### Open5GS Release, Revision, or Tag v2.7.1 ### Steps to reproduce If I create and allocate a node using `ogs_poll_alloc`, then calling `ogs_pool_free` on this node, then keep calling `ogs_poll_alloc`...

type:bug