David Wood

Results 65 comments of David Wood

@mafredri Here's the current diff I've got on top of #392. ```diff diff --git a/pure.zsh b/pure.zsh index e2f600c..b435090 100644 --- a/pure.zsh +++ b/pure.zsh @@ -270,6 +270,8 @@ prompt_pure_async_git_fetch() { export...

@mafredri I can't think of anything much at the moment, could it be you need to change the gpg agent configuration to not cache the credentials and prompt every time?

@mafredri I believe there's a separate ssh cache setting. The one you mentioned is for gpg keys in general.

I've spent a little while looking into this some more - it seems like there's a strange issue where the checkout locks in [the git utils file](https://github.com/zplug/zplug/blob/master/base/utils/git.zsh#L119-L131) don't seem to...

I've not had a chance to try your change yet - when I made a similar change locally, checking for both `index.lock` and `HEAD.lock` that didn't seem to fix whatever...

OK, @Lyncredible, your fix does seem to solve the infinite forking issue - however, at least with my `.zshrc`, it also seems to cause #303 to occur again - you'll...

Looking at the logs, I was still having issues where the checkout was attempted despite your change - it seems that there may be a race condition with the forks...

It seems that it is in fact fixed with the above changes, however it takes a near infinite amount of time to load with the amount of plugins that I...

rust-lang/rust#100377 has landed now

> @davidtwco you should be able to merge this if you are happy I'm still waiting on a comment to be resolved.