Joo Han Ham

Results 5 issues of Joo Han Ham

It seems something wrong in typing korean after update 0.0.89. ![녹화_2022_08_02_05_18_23_575](https://user-images.githubusercontent.com/36349353/182239184-4a1ac8c1-46f4-4800-aea2-3d869030955d.gif) But when I downgraded vscode-neovim 0.0.88, it doesn't happen and everything works fine. ![녹화_2022_08_02_05_21_53_807](https://user-images.githubusercontent.com/36349353/182241120-1877ac68-d694-4696-9ad6-6f68dad3a082.gif) Version: 1.69.2 (user setup) Commit:...

- [ ] Comment `eudplib.core` module - [ ] Comment `eudplib.utils` module - [ ] Comment `eudplib.trigger` module - [ ] Comment `eudplib.epscript` module - [ ] Comment `eudplib.ctrlstru` module...

documentation

It seems there's only libepScriptLib.dll exists but .so and .dylib isn't. Is it intended? I'm using Arch Linux on WSL 2. OSError: ***/eudplib/epscript/libepScriptLib.so: cannot open shared object file: No such...

question

# Issue In eudplib/.../epscript/CMakeLists.txt contains `COMMAND cmake -E mv parser/epparser.c parser/epparser.cpp` , but it's invalid command because cmake command-line tool doesn't have `mv` signature. https://github.com/armoha/eudplib/blob/2310f03c20b0a143a2c41bb04a7a910e98571c57/src/epscript/CMakeLists.txt#L38 https://cmake.org/cmake/help/latest/manual/cmake.1.html#run-a-command-line-tool # Solve Instead of...

# Issue CMakeList.txt in epscript doing test parser, and tokenizer via [catch.hpp](https://github.com/armoha/eudplib/blob/main/src/epscript/test/catch.hpp). But current version of catch(v2.0.1) is outdated causing `error: unrecognized instruction mnemonic, did you mean: bit, cnt, hint,...