Dahan Gong
Dahan Gong
Now vimium doesn't trust events made from web pages, so it won't show LinkHints on a "simulated" `f` key.
阿里怎么什么都这么落后……
抱歉支持不了。浏览器只提供了解码 GBK 的功能,编码的库只公开了按 UTF-8 编码的部分。
I have a customized version of Vimium, named [Vimium C](https://github.com/gdh1995/vimium-c), and I added `LinkHints.activateModeToOpenImage` to open an image in a new tab. Then you can use Ctrl+S / Ctrl+C to...
Um, I have a customized version of Vimium, named [Vimium C](https://github.com/gdh1995/vimium-c), and it has fixed this bug since its v1.92. The root cause is Chrome may eat keyup events: https://github.com/gdh1995/vimium-c/issues/390#issuecomment-894687506...
Um, in my project, `bazel aquery` shows `LTO Backend Compile` actions are not affected by `"no-cache", "no-remote"`. And, all upstream cc_library have remote cache enabled.
You may start a "remote cache server" locally using the `bazel-remote` software, and then: 1. `bazel clean; bazel build --remote_cache=http://localhost:port/ --features=thin_lto` 2. delete some files under `/cas.v2/...` 3. delete the...