Oliver Harley
Oliver Harley
Should this also be done to the other evals (e.g. if you use `zsh_word_compl...`?) I get a cryptic error if I try to source the `$fasd_cache` generated by ` fasd...
Just gave this a go on dell xps 9560, says it was successful :) thank @T-vK and @coderobe Took me a little bit to work out why I was getting...
I'm having a similar problem but with a git repo, using `zsh -xv` unfortunately. I couldn't copy output since the loop stops my tmux plugins' copying ability. It does seem...
Attaching ltrace to an unresponsive zsh in a git repo I get the below: Note this may be a different issue still to @skierpage. ``` sudo ltrace -p 18367 strlen("it/objects/pack/pack-182482f55bb"...)...
I suspect my problem is not related as manually git fetching my repo spewed several thousand lines and then tried to download the repo - I think the read loop...
> Oh, that’s different than what I had suspected at least. @ixil would changing `>/dev/null` to `&>/dev/null` on: > > https://github.com/sindresorhus/pure/blob/2e354b80deae105ea246699c49e65dcd4fe8b759/pure.zsh#L320 > > help your issue? I suspect it would...
I've tried deleting the templates `0-websites.yml` and `1-pin.yml` - now it's a git commit error. Manually `gopass sync` works - but then it returns to the `meaningless write` error. It...
Two attemepts, `gopass create` when the templates existed, and then again after I deleted the templates - which interestiingly enough gets to the wizard, but there are no options (other...
I don't have any experience with bazel, so I'll have to dive into that, I did make some changes to the CMakeLists.txt to not error out straight away, but I'll...
There's a wip fork now at [ixil/drake](//github.com/ixil/drake) and an aur package [ixil/aur-drake](//github.com/ixil/aur-drake) that I'm using to test it out. Still all very rough, but hopefully gets the ball rolling.