-
**Is your feature request related to a problem? Please describe.**
Users may unknowingly execute potentially harmful or suboptimal code generated by AI, leading to security risks or system issues.
…
-
### System Info
Version: 2.2.14
Eliminates import library code when the code appears with lots of spaces in front of it even though the code is needed
### 🐛 Describe the bug
2024-08-08 17:22:49 …
-
C++ code generated by [protoc](https://github.com/protocolbuffers/protobuf) (protobuf compiler) can lead to parsing errors when generating C++ code or config with plcncli using one of the following co…
-
const group = React.useRef()
const { scene, animations } = useGLTF('/autonomous_robot_sweeper-transformed.glb')
const clone = React.useMemo(() => SkeletonUtils.clone(scene), [scene])
cons…
-
I often develop with `#![warn(missing_docs)]`, and the generated code from crevice's proc macros run afowl of this. Adding `#[allow(warnings)]` to the generated code should fix this for all custom lin…
-
Versions.
- Extension: v2.4.6
- antlr4ng: 3.0.4
I have defined a grammar (the expression example from https://github.com/mike-lischke/antlr4ng) and let the extension generate the code.
Here is…
-
Getting this compilation error in the example below using PSym as the target.
### The error
```
[THIS SHOULD NOT HAVE HAPPENED, please report it to the P team or create a GitHub issue]
Compi…
-
Dear @scopewu,
thanks a lot for your solution to generate QR Codes in vue.
Do you see a possibility to get the module size of a generated QR Code? Is there some kind of getting method or the lik…
-
I suspect this is an issue in upstream LLVM. The sse2 version and the unsigned version (`_mm256_mulhi_epu16`) show the same problem. If a wider register is available (xmm -> ymm -> zmm) that will be u…
-
Dear authors,
thank you for your work and releasing the code.
I have tried evaluation using the provided code. I find that by default the F measure is computed but not reported. After I print …