-
### URL to the relevant documentation
https://github.com/SmayanAgarwal/Qiskit.git
Please refer to the file Transpile vs Evolve
### Select all that apply
- [ ] typo
- [X] code bug
- [ ] out-of-da…
-
Howdy! The documentation was clear, but I realize I inferred a bit too much from the plugin name and expected everything under import.meta to be transpiled.
Node.js has extended import.meta with pr…
-
## Description
When translating C code that initializes a struct's integer field from an enum using `memcpy` with a compound literal, `c2rust` fails, indicating potential unimplemented handling or …
-
I have a 3rd party dependency that internally relies on https://github.com/google/zx . Now `zx` does not publish with cjs, only ESM, and when I try to run `my-script.ts` that includes the dependency …
-
**The goal**
I wanted to have German quotes: `„…“` instead of English quotes: `“…”` when transpiling from markdown to PDF.
**The problem**
When transpiling with pandoc and a defaults file from ma…
-
I was toying with the idea of parallelizing typchecking in mypy, and faced with the sad state of parallelism in Python I figured I would try to transpile mypy to rust for shits and giggles, to see how…
-
While discussing js coding standards, we wondered whether writing modern js and then using a library to "downgrade" it for better compatibility could be an option. Please check this.
-
What's going on here? Why such a radical departure from the style of the rest of the source code?
https://github.com/davidshimjs/qrcodejs/blob/04f46c6a0708418cb7b96fc563eacae0fbf77674/qrcode.js#L87…
-
Can I somehow make single transpiler to run for "/style.less" even when I change "/something/common.less"?
I've been using the Eclipse "native way" to do transpiling from LESS to CSS, it kind of work…
-
I'm trying c2rust on an open source project [https://github.com/berkeley-abc/abc](https://github.com/berkeley-abc/abc)
I followed the instructions in README.md, installed c2rust from git (0.19.0), an…