Oliver Mannion
Oliver Mannion
### Description When using the `vi` keybindings with the editor module: * ALT + left arrow moves to the previous word. * ALT + right arrow doesn't move to the...
### Description When using the cloud theme inside a git repo directory, and pressing `` to autocomplete a command, the first character of the command is repeated: ``` ☁ setup...
[rupa/z](https://github.com/rupa/z) has logic for matching the shortest directory: > When multiple directories match all queries, and they all have a common prefix, z will cd to the shortest matching directory,...
Given a project with a dependency that is packaged as a bundle, eg: ``` lazy val tikaParser = "org.apache.tika" % "tika-parsers" % "1.0" ``` (tika-parsers is packaged as a bundle,...
any idea why?
Would be great to have a "save tab-set feature" like the official pinboard extension.
``` $ bazel build -- //... ERROR: ~/bazel-scala-example/3rdparty/jvm/com/twitter/BUILD:1:1: name 'scala_import' is not defined (did you mean 'java_import'?) $ bazel version INFO: Invocation ID: 0030f1ce-7188-4832-8af4-aaab12b10014 Build label: 0.20.0-homebrew Build target: bazel-out/darwin-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar...
strings longer than the terminal's number of columns are truncated. would be nice to be able to word wrap these.
this makes it easier to read (at least for me). it would also be consistent with line mode.
"Vearch is a scalable distributed system for efficient similarity search of deep learning vectors." Jie Li, Haifeng Liu, Chuanghua Gui, Jianyu chen, Zhenyun Ni, Ning Wang, Yuan Chen. The Design...