Matt Rafferty

Results 10 comments of Matt Rafferty

I'm using zsh 5.8 on the pi, though It works just fine on my mac which is also using 5.8. The async_process_results call you see there is likely mostly pointless....

It is still present on 32548d3, and unfortunately that `async_process_results` call didn't have an impact. I'm testing specifically with a call that asynchronously makes a curl request to icanhazip.com, and...

I did a bit more testing on this by disabling the `async_process_results` and `async_register_callback` calls in my code. I then checked the output of the job manually using `zpty -r...

Unfortunately neither of those fixes the issue. I think it's kind of a perfect storm of timing. I think the zpty processes the job before it's even finished setting itself...

Unfortunately neither of those fixes the issue. I think it's kind of a perfect storm of timing. I think the zpty processes the job before it's even finished setting itself...

Unfortunately the only device I had this issue on is no longer in use. Based on prior observations though that does sound promising. I can at least confirm that using...

The scrollback theme does not use previously computed values because its configuration can be completely unique from the main theme. The cached value for the git output would be generated...

The simplest way to get that would be to copy the existing git module: https://github.com/mjrafferty/apollo-zsh-theme/blob/master/modules/__apollo_git_load Say we call the new module sync_git, you can copy the above file into a...

You can see a listing of the currently defined zstyle's with `zstyle -L | grep ':apollo' | sort`. Does that give you the output you're looking for? All of zstyle...

It's certainly possible to integrate that as a new module, but I have no intention of replacing the existing git module with it. If you or someone else wants to...