Randall Mason

Results 34 comments of Randall Mason

Actually, I think an error message could be produced by doing something like: ``` zsh compaudit >/dev/null 2>&1 || echo "There are problems with ownership on some files causing completion...

I have run into this too. Both 14 and 16 are required to build, but only 14 is required by maven. When I installed 16, everything built.

It's a step in the right direction, but still generally not great: ``` --- www.google.com ping statistics --- 564 packets transmitted, 408 received, +1 duplicates, 27% packet loss, time 567305ms...

Here's an example with https://github.com/hrkfdn/ncspot/ adding a non-semantic diff: ``` randall@penguin  ~/c/ncspot   master ⁝ ✱ ?  ❯ git difftool [21:16:37] /tmp/randall/LS3cZU_main.rs -> src/main.rs ========================================== randall@penguin ...

I'm thinking that your script may be useful with a .gitattributes file with supported file types listed like [this](https://stackoverflow.com/a/52820305). That way it only operates on file types that are supported,...

Is this resolved with https://github.com/afnanenayet/diffsitter/pull/157?

An example would be if you wanted consistency for live_grep vs the other usage of telescope: ``` ❯ git diff [22:57:27] diff --git i/lua/user/whichkey.lua w/lua/user/whichkey.lua index 6e784ea..053b221 100644 --- i/lua/user/whichkey.lua...

This could also be solved by having `rebel-readline` support nREPL, so I added a plea to that repo also: https://github.com/bhauman/rebel-readline/issues/172

I've been very happy with this config: ``` 1 terraform { 2 backend "s3" { 3 bucket = "terraform-state" 4 key = "oci/terraform.tfstate" 5 region = "" 6 endpoint =...