Luo Chen
Luo Chen
I'm using Windows with WSL Ubuntu, my current usage is use `nvim` inside WSL as the server, and use Windows `nvim-qt.exe` as the client: ``` alias gv='f(){ nvim --listen 127.0.0.1:10710...
I'm using [email protected] with [email protected] and [email protected] , when I typed `hotcoffee src/startService.coffee` I got these: ``` $ hotcoffee src/startService.coffee hotnode coffee process restarted events.js:141 throw er; // Unhandled 'error'...
trying to fix "source file not found" problem when concating files in different path using with gulp-sourcemaps with includeContent: true. I'm not sure this problem is entirely solved, but now...
**Is your feature request related to a problem? Please describe.** When I'm using a custom port which is neither 80 nor 443, the jump link (such as login and search...
## Describe the bug When `let g:LanguageClient_changeThrottle = 2` is used, the inserted text content is not detected correctly. e.g. insert "Prelude", but only "P" is detected. ## Environment -...
Hi, I'm using a self-hosting Gitea, and want to use GitJournal for daily journal recording. But blocked by error > GitException: failed to start SSH session: Unable to exchange encryption...
``` Name: Mi Home Lamp Pro Name-cn: 米家台灯Pro Model info: yeelink.light.lamp2 Token: N/A Support: At least generic ```
add java impl link
1. add syntax support for verbatim string, which is a new syntax feature from [idris 1.2.0](https://www.idris-lang.org/idris-1-2-0-released/) 2. add syntax support for special chars. I checked the [source code of idris](https://github.com/idris-lang/Idris-dev/blob/57b64a7f691ef251cb5a521c171361874cc49136/src/Idris/Parser/Helpers.hs#L96)...