Armoha

Results 72 issues of Armoha

not sure how to fix this tho...

bug
P-high

## How to reproduce 0. Input somewhat impaired basemap (generated from map unprotector) 1. MSQC runs fine when EE2 unchecks Firegraft, MSQC does not work when enables Firegraft. (???) Original...

bug

```js PlayWAV("sound\Zerg\Ultra\ZUlRdy00.WAV"); ``` ```py SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 10-11: truncated \UXXXXXXXX escape ``` ... which is impossible to fix on python side but can...

enhancement

https://github.com/armoha/eudplib/blob/master/docs/funclist.txt Function list documentation (Korean) for `ExprProxy` is only single-line and not very helpful to understand its concept. * ExprProxy(initval) **Advanced** : 'Proxy' which is able to do arithmetic operation....

documentation

MSQC should not have any observable effect on game. QCUnit should not reveal map. According to the report, MSQC reveals vision for last human player. ![image](https://user-images.githubusercontent.com/16814706/192005849-cc1eeec3-f3ac-4cf6-b9dd-b9edcf0f91d0.png)

bug

- Ergonomic error reporting with `chumsky` and `ariadne` crates - Responsive and incremental compiler and Language Server Protocol VSCode extension with `salsa` - See how `dada` lang goes

enhancement

example) ```js // When this line of code is added... const range = EUDArray(40); ``` ```py # This internal helper function is broken def _CGFW(exprf, retn): rets = [ExprProxy(None) for...

bug

https://cafe.naver.com/edac/113430

enhancement

We replaced binary search with jump table for switch in https://github.com/armoha/euddraft/issues/64. Jump table is optimal when cases are dense. Some cases are not suitable for jump table. ## Background -...

enhancement