Kiroo (Chanung)

Results 8 issues of Kiroo (Chanung)

My laptop display's max refresh rate is 144Hz but I have to lower the refresh rate to 60Hz when streaming with higher resolution then 1080p. (If not, the error occures...

## 주요 수정 사항 ### BugFix * 21a66a6b2aab4fbf54e47a21d4ab63c14df2624a : **Paper 1.19 이상 버전에 호환되도록 수정** Paper 1.19에서, PluginClassLoader에 변화가 있었습니다. 따라서, 1.19이상 Paper에서 이 라이브러리를 사용하면 캐스팅 에러가 발생합니다. (#7)...

### 문제 요약 Plugman 등을 통해서 Heartbeat Coroutines를 사용하는 플러그인을 핫리로드할 경우, Heartbeat Coroutines를 사용하는 플러그인 전부의 코루틴이 중단됩니다. 이는 Heartbeat Coroutines가 실제로는 JavaPlugin 생명주기의 CoroutineScope를 제공하는 것이 아님을 시사합니다....

### 버전 & 환경 * OS : Arch Linux x86_64 (6.4.8-arch1-1) * IDE : IntelliJ IDEA Ultimate 2023.1.3 * JDK : openjdk 20.0.2 ### 버그 내용 코드는 아래와 같습니다. (예제...

When an array returned from a function is indexed immediately, the indexing is ignored and the entire array is treated as a single value. Here is a minimal Amber example:...

bug

**Description** When compiling a simple Amber program with a global variable, the generated Bash code uses the corresponding shell variable before it is initialized. This results in a runtime error:...

bug

## Problem Amber does not have a clear testing syntax. It is possible to create a seperate entry point for testing, but this makes the test functions too far removed...

enhancement

I’m experimenting with using regalloc2 for a cranelift backend targeting a old Z80 8-bit CPU with hierarchical registers — where two small registers can form one larger register, and vice...