Liyan Zhao

Results 40 issues of Liyan Zhao

### Description Discuss breakpoint types here, that is, when a breakpoint is triggered and we should fire all its behaviors. (e.g. freeze the game, log to chat...) **Example**: Type: `block_updated`...

enhancement
feature:debugger

### Version 1.86.11 ### What part of the binding has gaps? Dear ImGui ### What is missing? `ImGui::TableGetHoveredColumn` and `ImGui::TableGetHoveredRow` Note: `ImGui::TableGetHoveredRow` is still not public for use as it...

missing binding

# The bug 1. cancel all AttackBlockCallback.EVENT 2. place a sign with some texts 3. break the sign 4. the sign still exists, but the texts disappeared 5. if you...

In this PR: - added column `itemData` for item components, `count` for item count - turned `item-insert` and `item-remove` into one event: `item-change` - for events in the queue, try...

**Describe the bug** I hope the mod could do `mc.setScreen(null)` before doing further processing. In my mod, a custom screen will crash the game. I use imgui to render screens...

不好评价,为人么有人序列化不直接写好class啊…… 时间戳反序列化成了double,绝 解决了 https://github.com/HMCL-dev/HMCL/issues/2620#issuecomment-1873171024 提到的重复登录的bug 作为进一步实现临时登录之前的一个小fix

Currently tool call patterns are defined in go templates. this is fine for cases [e.g. in this comment](https://github.com/ollama/ollama/issues/6061#issuecomment-2257137350). However, it is not ideal. ## Problems 1. Content loss To say,...

feature request

This PR optimize database size in various ways: * Use long instead of string to store timestamp * Use a separate string table to store strings, also use java hash...