Joo Han Ham

Results 11 comments of Joo Han Ham

I'm using default IME of Windows 11, from Microsoft. It happens after type space key, but can happen like below: - Exit inserting mode ![녹화_2022_08_02_16_07_16_73](https://user-images.githubusercontent.com/36349353/182313361-53a120f2-7b50-4053-a3da-a7fa7b073b76.gif) I pressed `ㄷ+ㅐ+ㅎ+ㅏ+ㄴ+ㅁ+ㅣ+ㄴ` and type...

If `range syntax` compiled to python `Range()`, It's good to add `step` for users? ```swift 0...4...2 0...4 ``` Little bit dirty...

Does it will going on near future or just plan? I'm careful to say this, but, I become hesitant to contributing or read codes of any projects of euddraft because...

I don't know about CMake or C++, anyway I tried to build following commands. But il fails... :( ```sh cd eudplib/epscript/cpp gcc lemon2.c -o lemon2 mkdir build && cd build...

Thank you!

Finally, I renamed epparser.c to epparser.cpp and add `#include ` in parserUtils.cpp and it works to build libepScript.so file. Yes I know it is something like fool approach 🤣

> `UnitGroup` documentation: https://github.com/armoha/eudplib/blob/96d727f1310141da4931d2d64af77ffb64275a3a/eudplib/eudlib/unitgroup.py#L87 > > ### Q. Is current documentation satisfying? > Not sure. `.cploop` is inherently hard to understand. There is no detailed documentation on each methods/properties (`UnitGroup.add(epd)`,...

I'm taking a glance at [pyright](https://github.com/microsoft/pyright) for detailed implements how it provides intellisense. I think there's no options for localize intellisense maybe :(

> > I'm taking a glance at [pyright](https://github.com/microsoft/pyright) for detailed implements how it provides intellisense. I think there's no options for localize intellisense maybe :( > > https://github.com/microsoft/pyright/blob/main/packages/pyright-internal/src/localization/localize.ts Does it...

I setup Python virtual environment via Anaconda 3, and it works for me. - Win64 - Python 3.10 - Install cx_Freeze 6.10 by pip - eudplib 0.69.1 (cannot install under...