taoky

Results 53 issues of taoky

据了解,由于 "help" TLD 的注册局问题,对 mirrors.help 与 mirrorz.help 进行续期、转让等操作均需要较高的经济成本。因此考虑在 2024/2 之前不再使用这两个域名: - [x] 设置 301 至 help.mirrorz.org - [x] 替换 mirrorz-org org 中相关仓库的文档、配置等

#### Description of Change Callers of `Notification::Dismiss()` assume that the notification instance is not deleted after the call, but this was not the case for `LibnotifyNotification`: - `Destroy()` would get...

semver/patch
target/27-x-y
target/28-x-y
target/29-x-y
target/30-x-y

解决目前搜索功能性能太差的尝试,需要在实际数据上测试性能和搜索效果(主要是点评,我没有测试的条件)。 解决思路: - 新增 CourseSearchCache 和 ReviewSearchCache 两张表,其中的 `text` 字段存储用于全文搜索的字符串,并且构建 fulltext index; - 在 view 中实现修改时更新 cache,同时 tests 中提供脚本来 drop/init - 更新时使用 jieba 分词,之后合并为以空格分割的字符串存储 - 配置中允许切换搜索后端(原来的 like 和这个方案) - 搜索课程时要求必须包含对应...

- 如果作为一章的话,需要扩充(现在还不够) - 如果不扩充,那么需要修改 + 验证目前的内容,然后放在附录

By default, modern browsers might start devtools when users press Ctrl + Shift + C. This commit prevents this behavior and do the copy with execCommand.

尝试修改代码以支持新的后端。近期应该弄不完,而且目前完全没有测试。

一部分申请信息会被 noreply 重复发送 2 次。邮件内容看起来是相同的。

Dockerfile 中如果使用目前最新版本的 Ubuntu 的话会有两个问题: 1. `debconf` 在配置 `tzdata` 包的时候会回退到 `Readline` 前端,但是无法操作,需要先 `export DEBIAN_FRONTEND=noninteractive` 2. 程序报错 `Error: 'module' object has no attribute 'KNearest'` 所以做了一点小改动,避免兼容性问题给用户的困扰。