John Starich
John Starich
After digging in a bit, I have a couple questions for you when you have a moment: 1. What's the backward compatibility policy on the binary protocol? Stats did not...
@buraksezer Guessing these were the answers, based on the merge 😉 1. No backward compatibility necessary on the binary protocol 2. We've implicitly accepted the client can have that power...
It looks like older versions of zsh (
I solved the problem, but I am at a loss as to why it worked. Perhaps older zsh versions cannot run subshells in the same line as local variable declarations?
I may have fixed the problem, but I'm not entirely sure. My running theory is that if you used the newish parallel antigen-bundles stuff it would not handle spaces correctly....
I found a far simpler solution. The issue turned out to be in the cache! How does this look instead @desyncr?
Yes, that is along the lines of what I found. I think that is outside the scope of this PR, but I agree that could be worth fixing in the...
@alex-lange @chris-ramon Would you mind taking a look when you have a chance? If needed, let me know where I can help. Looks like the above PR may be the...
@chris-ramon @sogko Are any maintainers available to take a look at this? This CVE is now 2 months old. We can't afford to continue using dependencies with active CVEs. I'd...
Could we document this behavior on `spawn()` and/or in the README? I just spent hours banging my head against a wall, and it turned out the exec had silently failed...