Discreater
Discreater
Hi, how can I use the [`XMMatrixPerspectiveOffCenterR`](https://docs.microsoft.com/en-us/windows/win32/api/directxmath/nf-directxmath-xmmatrixperspectiveoffcenterrh)?
I'm using https://github.com/actionsflow/actionsflow. And this is my repo which can reproduce it: https://github.com/Discreater/actionsflow . ```sh [0-curseforge-script.yml/send to discord 0 ] 🐳 docker build -t act-ilshidur-action-discord-0-3-2:latest --platform /home/runner/.cache/act/[email protected] [0-curseforge-script.yml/send to discord...
I defined some macro in an external file `defines.v` , but in the other files which include the `defines.v` , the macro can't autocomplete. Such as:   This doesn't...
错误号: 19A50D2F293353668D5ED23C02387075 错误模块:libtcmalloc.dll 报告 Microsoft Windows XP Service Pack 3 [Build 5.1.2600] CPU: Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz QQ 0.00.27176 2021/12/2 19:16:51 ---------------------------------------- Type: EXCEPTION_ACCESS_VIOLATION Error: Write address 0x11B30000...
For 1.7.10 and 1.12.2 ~ 1.16. 适用于 1.7.10 以及 1.12.2 到 1.16。 
In fact, in 1.7.10, the 'fluid' in the red rectangle (picked from NEI item panel) is identified as `Item`, not `Fluid`. **Real fluids in the yellow rectangle have border, and...
无论是 python-comtool 还是 python-comtool-git 都无法打开。 日志如下 ```shell ❯ comtool 2024-01-17 12:14:34 - [INFO] - Config path: /home/alkaid/.config/comtool/config.json 2024-01-17 12:14:34 - [INFO] - Log path: /home/alkaid/.config/comtool/run.log 2024-01-17 12:14:34 - [INFO] -...
I noticed that “A reference target must be a wire, node, reg, or module” in [docs](https://circt.llvm.org/docs/Dialects/FIRRTL/FIRRTLAnnotations/#annotations). And in the code it says "Currently ports are not supported". https://github.com/llvm/circt/blob/7c59a2ef4324576db7d2b8ff6d24823f7562776f/lib/Dialect/FIRRTL/Transforms/LowerAnnotations.cpp#L323-L325 Is there...
任务书里半角百分号为转义符号,若原文需要显示百分号,就需要两个百分号(%%)。如果只有一个百分号,则会转义失败。 目前汉化的做法是使用全角百分号(%),但是稍不注意就会出错。 ## 建议 从paratranz拉取时检测半角百分号是否转义正确,若错误自动转换为双百分号或者全角百分号。