iscas-zac

Results 5 issues of iscas-zac

Recently I decided to play with [Word-As-Image](https://github.com/WordAsImage/Word-As-Image), which depends on diffvg project. I pulled the repo and tried to follow the `python setup.py install` instruction, but encounters a few problems....

These days I'm debugging a SootUp program which behaves differently in debug mode and run mode. In short, the Kotlin code is like ```kotlin val array_test_project: JavaProject = JavaProject.builder(JavaLanguage(8)) .addInputLocation(array_test_inputLocation)...

Hello, here is a new frontend learner. I assume that php-wasm is used in browsers, and am then confused by the fact that its distribution is via npm. I think...

### What version of Bun is running? 1.1.8 ### What platform is your computer? Microsoft Windows NT 10.0.22631.0 x64 ### What steps can reproduce the bug? Type `bun` or any...

bug
windows

Hello, I'm studying the source code and wondering if there should be any parameter check here at [strip](https://github.com/antlr/stringtemplate4/blob/bb92568f7f0ce3d3bc115db567ad9067640cd6d1/src/org/stringtemplate/v4/misc/Misc.java#L67) or an exception in its signature? It's a public method and can...