When Fury bootstraps, it builds a fat JAR, using (pure Java) Apache Commons IO to ZIP everything up in parallel. (It's quite fast.) It's been working great for a while. But it doesn't work when I invoke it over SSH from the terminal within VS Code. Any ideas?
Needless to say, it's been incredibly irritating trying to debug a bug which prevents me from building alternative versions to experiment with. Unfortunately it was only when I got back to my non-SSH session that I realized it was a "bug" with the *environment*...