Caleb Land

Results 18 comments of Caleb Land

In my ZSH configuration, I use this to move chruby_auto to `precmd`: ``` zsh if [[ $PS1 ]]; then precmd_functions+=("chruby_auto") preexec_functions=${preexec_functions:#"chruby_auto"} fi ``` This seems to work for me, and...

How did the keyboard turn out? I'm thinking about starting this project, and I've never 3D printed anything in my life, and I know that it would be cheaper and...

EDIT: I noticed that this is specific to refs. I've been playing with this issue for a while and got my wires crossed on this issue. Do you think I...

I was thinking about taking a stab an fleshing this out a little bit, but I was wondering if it's okay to replace an evicted document (`compacted=1`) with a new,...

If you're on Spacemacs and want to fix this issue you can disable this package (thanks phenix-factory): ```elisp dotspacemacs-excluded-packages '(scss-mode) ```

I can take a look. I usually just use the Gruvbox UI theme, but I can test it out on the light theme.

When I update to 2020 I'll take a look.

If this is the case, it wouldn’t be so bad if they just said that this extension is unsigned, and gave me a button to install it anyway. The removal...

I am also running into this issue (with Emacs, Clojure and LSP), but adding a `.projectile` file to my sub-project fixed my issue. Does projectile require a `.git` (or other...

Okay, I've tested this on a fresh install of Catalina and I get the same error. I installed `boot-clj` and `oracle-jdk` from home-brew and home-brew cask respectively.