kjoonlee

Results 7 comments of kjoonlee

This issue affects Ubuntu Kinetic as well. Reproduced with Ubuntu Kinetic and Debian testing/sid: - GNU bash, version 5.2.0(1)-rc2 (aarch64-unknown-linux-gnu)

Sorry for the late response but I could get it running in no time! I just had to download an arm64 disk image instead of an intel one: `wget https://get.videolan.org/vlc/3.0.17.3/macosx/vlc-3.0.17.3-arm64.dmg`...

If you trust me, you can use this: [vlc-3.0-macosx-all.zip](https://github.com/nurupo/vlc-pause-click-plugin/files/8610388/vlc-3.0-macosx-all.zip) Just unzip it and copy the arm64/universal version into an arm64/universal version of VLC and it will work. If you don't...

If you've been using the intel version of VLC and you want to switch to the arm64 version: Get the arm64 version of VLC running first, then shut it down...

Making `cc` always use `-target arm64-apple-macos10.12` seems to do the job in cross-compiling the plugin. Proof-of-concept steps: 1. Build x86_64 version, save it 2. Remove temp files 3. Change Makefile...

https://github.com/e-/Josa.js/blob/master/josa.js#L44 받침 검사를 0xAC00 뺄셈 후 mod 28 검사를 하는 것과 비슷하게 0xAC08 뺄셈 후 mod 28 검사를 하시면 ㄹ 받침 추출 가능하실 것 같습니다. 아니면 0xAC00 뺄셈 후 mod...

#7 만들어보았습니다. (GitHub 초보인 점 양해 부탁드립니다.)