Chayoung You

Results 199 comments of Chayoung You

To use whiteglass-template, create a repository by clicking "Use this template" button instead of copying some files from it. - `.github/workflows` directory and `Gemfile` enable GitHub Actions to generate the...

Yes, @nodejs/nodejs-ko translate almost every release post on , which is served on separate website (). Also there is a Twitter bot (https://twitter.com/nodejs_ko) for notifications.

I saw some exceptions: - `/jzvRJbqIUzuGQkjTcmrafcQHymy_75ca6bc055ee9fdb.xlsx`: filename starts with `[a-z]`, contains `_` - `/PghIA_LdJRYC/blaFCKPPxdad662928f853f65.docx`: directory contains `_`, filename starts with `[a-z]` - `/wQvsyxyxtfbpLSvSKeermqZ/q0bdb1d57063bfd1b.ps`: directory starts with `[a-z]`, filename starts with...

FWIW, I've been using this one: https://github.com/yous/adblock-filter.vim

These lines seem to cause the problem: https://github.com/sheerun/vim-polyglot/blob/554a6ac7575f87b5b85d1b2bf60e7071c4164cbc/autoload/polyglot/init.vim#L2707-L2719 Without the `CursorHold` autocmd, the intro message doesn't disappear.

I removed my local Git installation since it has own `gpg.exe`. I killed my MacType process. I reinstalled `gnupg` and `pacman` packages (I don't know how to reinstall `gpgme` since...

Hi, just quitting MacType process doesn't seem to stop hooking. I disable them and I rebooted, and then clean installing MSYS2 makes work with `update-core`. Also `pacman --needed -Sy bash...

Also, for MacType users, when you put following lines into your `.ini` file under `C:\Program Files (x86)\MacType\ini` or `C:\Program Files\MacType\ini`, GPGME will works properly. ``` ini [UnloadDll] gpg.exe ```

For MacType users, if you have this problem even after adding `gpg.exe` under `[UnloadDll]`, try adding `pacman.exe` also. ``` ini [UnloadDll] gpg.exe pacman.exe ```

Commenting the corresponding commit hash of English file may work. But transition will take time as it requires re-sync of all translation files. I personally don't have objections to having...