Results 8 issues of Hapenia

I tried to run `nimble install nimterop -y`, and here is the result: ``` Verifying dependencies for [email protected] Info: Dependency on regex@>= 0.15.0 already satisfied Verifying dependencies for [email protected] Info:...

### Godot version 4.0 beta 6 ### System information This is system-independent. ### Issue description As title. This is because when the exported node variable `a_variable` is modified, the editor...

![bug](https://user-images.githubusercontent.com/93276898/211772287-5a53ba3f-9122-49d2-a689-595aa9db6442.gif) the code snippet: ```rust if ui.button("🗙").clicked() { self.mark_as_delete = Some(i); } ```

C-bug
A-helix-term

Add support for outputting as SVG, by cli. It's useful for render typst formula in softwares ( such as Inkscape, it supports latex ) ``` typst compile --svg --source "$e^(i...

feature request
cli

### 说说你遇到的问题? 鉴于添加功能,添加几个新按钮的 issue 层出不穷,不断往上打补丁也不是好办法(shi山是怎样炼成的),有必要使用一个更加灵活的解决方案,可以满足玩家大幅度的自定义需求。 ### 有什么好的想法? 我们可以使用节点式的任务系统,将整个系统拆分成功能节点,再额外添加几个流控制节点,就至少可以实现当前的任务系统功能。 我们可以默认提供此套实现,玩家以此为基础可以构建自己的方案,并将方案保存为蓝图,可以分享给其他玩家使用。 如果要添加新功能,就只需添加对应的新节点即可,而无需在页面上再做改动。 ### 其他内容 参考图: Blender 节点系统 ![image](https://github.com/MaaAssistantArknights/MaaX/assets/93276898/a2f1ae5f-7ba1-4f98-9d69-4e1510dd1302) UE 蓝图系统 ![image](https://github.com/MaaAssistantArknights/MaaX/assets/93276898/d3b3ac16-24ff-45dd-9f90-84b39005517e) Godot Visual Script ![image](https://github.com/MaaAssistantArknights/MaaX/assets/93276898/8e6f1bdc-b3dd-4320-aaa1-fa92e7b841f5) Coding 可视化持续集成 流水线 ![image](https://github.com/MaaAssistantArknights/MaaX/assets/93276898/3417a64a-699c-409a-ba13-bd49a738e80b)

enhancement

When using the Obsidian Copilot plugin, TOML files displayed in Reading View exhibit unexpected line breaks. This issue disrupts the readability and formatting of TOML files, making it difficult to...

can't reproduce

### Verify steps - [x] 我已在标题简短的描述了我所遇到的问题 - [x] 我已在 [Issue Tracker](./?q=is%3Aissue) 中寻找过我要提出的问题,但未找到相同的问题 - [x] 我已在 [常见问题](https://mihomo.party/docs/issues/common) 中寻找过我要提出的问题,并没有找到答案 - [x] 这是 GUI 程序的问题,而不是内核程序的问题 - [x] 我已经关闭所有杀毒软件/代理软件后测试过,问题依旧存在 - [x] 我已经使用最新的测试版本测试过,问题依旧存在 ### 操作系统...

bug