Chris Yao Qingning
Chris Yao Qingning
For Apple Silicon the paths are these ones instead: ```Makefile CFLAGS=-I /opt/homebrew/include -I ext -L /opt/homebrew/lib -lssh ``` Remember to add `$(CFLAGS)` to the `g++` line though!
Thanks for looking into and documenting this @yatli! I wonder what would happen if you send actually send `` to nvim? Sounds like ideally nvim should handle it just like...
Experiencing this as well. CLion 2019.1.4 with Bazel 2019.05.13.0.2
After manually running the bazel command: ```sh /usr/local/bin/bazel build --tool_tag=ijwb:CLion --keep_going --build_event_binary_file=/var/folders/gx/bsstfn0d6_32r75ycyv19j8h0000gn/T/intellij-bep-7e823ae9-3e22-488f-ab9f-a1dd31ca71a0 --nobuild_event_binary_file_path_conversion --curses=no --color=yes --progress_in_terminal_title=no --aspects=@intellij_aspect//:intellij_info_bundled.bzl%intellij_info_aspect --override_repository=intellij_aspect=/Users/redacted/Library/Application Support/CLion2019.1/clwb/aspect --output_groups=intellij-info-cpp,intellij-info-generic,intellij-info-py,intellij-resolve-cpp,intellij-resolve-py -- //main:all ``` It fails due to: ``` ERROR: Skipping...
Thanks for looking into this @chaoren! I tried this again this morning and the sync inexplicably succeeded despite the same (incorrect) command was issued. I suspect there may be some...
Not very good at Japanese but I guess I'm experiencing the same: xkbset gets overwritten after starting xkeysnail. If I manually configure xkbset again after starting xkeysnail, Alt key stops...
It will be good if this can actually be added to readme so people don't have to read the code or find the vim help page.
I'm having the same issue with the current latest version. My observations: 1. If I have typed text **before** pasting, dot repeat works as expected 2. If I have typed...
(Sorry for reviving this very old thread) I'm hoping that there could be a way for defining rules such as *"for FLAC files above 16-bit or above 44.1khz, convert it...