Nathan Witmer
Nathan Witmer
@ap, you're right, I put in the wrong method. It is indeed `Rgb2xterm`. Agreed with the 1/2-1/3 speedup as well, that dropped my load time to about 2.75 seconds. While...
Nice work, the startup time in console vim is sub-second now, down from 4.7 seconds (using @ap's fork) ``` 962.834 847.056 847.056: sourcing /Users/nathan/.vim/after/syntax/css.vim ```
Awesome, it's down to a third of a second for console vim and .08 sec for mvim. Nice work, thanks!
Agreed, I'm working with a similar constraint with multiple contexts for redundancy and this would be a huge help.
The ruby `Net::HTTP` client doesn't appear to follow redirects, so you'd have to handle that yourself either up-front by getting the new URLs for the files in dropbox, or modifying...
The proxy uses `Net::HTTP`, which does not follow redirects. You'll have to do proxying yourself, or change the proxy request in `session.rb` to follow redirects. It's already configured as a...
I ran into this error as well. After trying to run `git` operations a couple times, I deleted the lock file, and ended up with a corrupted/conflicted working copy and...
Ok, I ran into this again today. I'd been making changes in my repo, then went to run `jj commit -i`. At that point it failed with the error, and...
I tracked this down to what appears to be a change in recent OS X security settings. On my system, `Elgato Stream Deck` was disallowed access to the local network,...
This is still the most noticeable friction point I have with claude code.