xmcp

Results 20 issues of xmcp

只有阅读器的元素获得键盘焦点时才能用方向键/PgUp,PgDown翻页,而且有的时候键盘焦点会自己消失,使得必须点一下图片才能继续翻页。 复现步骤: - 随便开一个本子,确保eHunter处于“滚动”模式 - 用鼠标点一下图片 - 按End,再按Home - 发现当前位于最后一页,说明Home键没有生效 虽然可以用鼠标滚轮翻页,但对于触摸板用户,键盘翻页有时候会更方便。 (与 #22 类似)

Consider this code: ```java import com.github.javaparser.StaticJavaParser; import com.github.javaparser.ast.stmt.BlockStmt; public class TestJavaParser { public static void main(String[] args) { BlockStmt blk = StaticJavaParser.parseBlock("{();}"); StaticJavaParser.parseBlock(blk.toString()); // -> ParseProblemException } } ``` The...

Bug report
Grammar

Consider the following code: ```java public class Foo { void bar() { stmt1(); // comment 1 stmt2(); // comment 2 } } ``` If I use JavaParser to remove `stmt1();`...

Bug report
Lexical Preservation

如果U盘里有大量电影、固件、Galgame游戏安装包之类的以GB为单位内容,将大幅拖慢偷文件的时间;但如果能按文件大小升序排列的顺序复制,就能显著缓解这个问题。 另外也可以允许用户手动设置扩展名的优先级(例如`.docx`等最高,`.iso`等最低) 希望加入以上功能。

enhancement
pull requests welcome

现在的 `button` 对象无法设置 height 和 width,非常不便于文字和按钮混排、多个按钮混排时准确排版。 考虑到 `path` 对象支持 height 和 width,还能绘制复杂形状,如果能给 `path` 增加 `target` 属性,实现类似于按钮的效果就更好了。

It seems that javalang replaces unicode escapes back to the raw form (as pointed out in issue #58) in `pre_tokenize` method before tokenizing. I don't get why this replacement is...

B站的UID已经进入9位数时代了,好像现在 BiliBili_crc2mid 还只支持8位? 另外有些CRC32会碰撞,比如`crc32('36448850')==crc32('325985907')==0xf596d61e`,可以考虑返回所有结果。

### Operating System Info Windows 10 ### Other OS _No response_ ### OBS Studio Version 28.0.2 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL https://obsproject.com/logs/NxA4fLyhzdLz2UaH ###...

If backend does not periodically ping client, nginx will close the socket after idling for 60s according to [proxy_read_timeout](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_read_timeout).

I would like to add the following tool: - Name: ExpressAPR - One line description: Efficient Patch Validation for Java APR Systems - Target: Java - DBPL key: conf/kbse/XiaoYWX23 -...