Haoyun Qin

Results 28 issues of Haoyun Qin

- [ ] closes #47872 - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [...

Enhancement
Strings

如题。 现在的光标速度直接使用了 `srcClient` 的大小,然而这个大小其实并没有考虑到 DPI 缩放问题(虽然没有仔细读代码),所以会导致在高 DPI 显示下,光标速度变慢的问题,我之后可能会提交一个 pr 来修复这个问题。光标大小同理,见下图。 --- 举个例子,我的显示器的 DPI 为 120 (125%),将 CursorManager 中部分代码修改为如下可以正常工作: ```diff - float scaleX = (destRect.right - destRect.left) / (srcClient.right - srcClient.left);...

bug

如题。感觉集成起来并不困难,但是很实用。

enhancement

see also: https://github.com/JeffersonQin/csapp-3e/blob/master/homework/ch2/2.63-skill.c

The following code snippet will work: ```python about_content = epub.EpubHtml(title='Title', file_name='Text/about.xhtml', lang='zh-CN', content=about_text) i = 0 epub_nav = ['nav', about_content] epub_toc = [about_content] epub_contents = [about_content] for content in _contents:...

希望能够增加开发文档。前面commit屡次失败,读了源码才知道该怎么commit🤣

good first issue

见 https://bgm.tv/group/topic/366561#post_1921543 是不是可以到时候把bangumi-data的关联条目一起整合起来?或者更进一步,把数据系统化,和bangumi-data的数据做融合?(毕竟同时存在多套轮子也会产生不便) 以及,关于数据关联数据,是不是可以考虑对每一个分集都做关联。因为会有很多特殊情况,如: * 一部番有SP,然而某个数据源SP和本体在一起 * 上下两季分割放送的两部番,有的数据源序号从1开始,有的数据源序号从13开始 @wxt2005 @weizhenye

scope:integration
tier 4