ZeroDegress
ZeroDegress
- [x] 我已**仔细**阅读贡献指南 [CONTRIBUTING](https://github.com/CFPAOrg/Minecraft-Mod-Language-Package/blob/main/CONTRIBUTING.md); - [x] 我已确认标题符合`{模组英文全名} {简述}`的格式,如`Ender IO 翻译新增/更新/修正/删除`; - [x] 我已确认英文原文(如 en_us.json)存在且完整,内容与中文对应; - [x] 我已确认提交文件的**路径**和**名称**均**正确**([例子](https://github.com/CFPAOrg/Minecraft-Mod-Language-Package/blob/main/CONTRIBUTING.md#提交文件路径的例子)); - 如果是 1.12 翻译,应该是:projects/1.12.2/assets/{CurseForge 项目名称}/{ModID}/lang/zh_cn.lang - 如果是 1.16 及以上的翻译,应该是:projects/{版本}/assets/{CurseForge 项目名称}/{ModID}/lang/zh_cn.json - [x] 我已阅读并同意按...
- [x] 我已**仔细**阅读贡献指南 [CONTRIBUTING](https://github.com/CFPAOrg/Minecraft-Mod-Language-Package/blob/main/CONTRIBUTING.md); - [x] 我已确认标题符合`{模组英文全名} {简述}`的格式,如`Ender IO 翻译新增/更新/修正/删除`; - [x] 我已确认英文原文(如 en_us.json)存在且完整,内容与中文对应; - [x] 我已确认提交文件的**路径**和**名称**均**正确**([例子](https://github.com/CFPAOrg/Minecraft-Mod-Language-Package/blob/main/CONTRIBUTING.md#提交文件路径的例子)); - 如果是 1.12 翻译,应该是:projects/1.12.2/assets/{CurseForge 项目名称}/{ModID}/lang/zh_cn.lang - 如果是 1.16 及以上的翻译,应该是:projects/{版本}/assets/{CurseForge 项目名称}/{ModID}/lang/zh_cn.json - [x] 我已阅读并同意按...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 使用cli_demo.py尝试第一次对话时出现爆显存,具体如下: ``` Traceback (most recent call last): File "C:\gits\ChatGLM-6B\cli_demo.py", line 44,...
修复了api.py启动不了的问题 单纯的改了下大小写 #218
EvenBetterToml version: v0.19.2 VS Code version: 1.86.0 Steps to Reproduction: 1.Using schema like this: ```toml #:schema https://raw.githubusercontent.com/tauri-apps/tauri/next/core/tauri-config-schema/schema.json ``` 2.When inputing `Tauri` repeatly the lsp crashed, also with jams.  3.The...
### Please confirm these before moving forward - [X] I have searched for my issue and not found a work-in-progress/duplicate/resolved issue. - [X] I have tested that this issue has...
### 在提问之前... - [X] 我填写了简短且清晰明确的标题,以便开发者在翻阅 issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等 - [X] 我基本确定这是一个新功能/建议,而不是遇到了 bug(不确定的话请附上日志) ### 说说你遇到的问题? JS插件可能需要依赖[JSLib](https://github.com/RW-HPS/RW-HPS-JSLib),需要集成到HPS内部作为内置插件加载。 ### 有什么好的想法? _No response_ ### 其他内容 _No response_
```text C:\path\to\.platformio\packages\tool-cppcheck\cppcheck --addon-python=C:\path\to\.platformio\penv\Scripts\python.exe --error-exitcode=3 --verbose --template="severity={severity}message={message}file={file}line={line}column={column}callstack={callstack}cwe={cwe}id={id}" --inline-suppr --platform=unspecified --enable=warning,style,performance,portability,unusedFunction --language=c ---std-sdcc11 -DF_CPU=11059200L -DHEAP_SIZE=64 -DPLATFORMIO=60107 -DGeneric8051 -DNAKED_ARCH_MCS51 -DNAKED_MCS51_Generic8051 --includes-file=C:\path\to\AppData\Local\Temp\tmpy5anj5xr "C:\path\to\Documents\PlatformIO\Projects\51Test\src\main.c" cppcheck: error: unrecognized command line option: "---std-sdcc11". ``` that's all thing...
I found there are too few exmaples and docs for them. Some features of them should be desctibed in examples or,docs: - op2:special parameters,attribute params,examples for returning Array or Object...