Roman
Roman
Got it working on master with very minor changes to the Dockerfile: ```patch diff --git a/Dockerfile b/Dockerfile index e5ac935..d2f7124 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM php:7.3-apache...
Idea: in `stripe.S.Stripe()`, make `dests` a `func(*scat.Chunk) Locs` instead of a `Locs`
My response: > Ah, yes... So, in fact, `uparity` supports both missing files and integrity check failures. > > However in this case, with gpg before `uchecksum`, you don't get...
Hi Nicholas! I see what you mean. Indeed, scat isn't most optimized for file-based accesses (initial read, final write). It's very generic by nature on purpose. I wanted it that...
Thanks for the detailed report! I too noticed the ever increasing memory usage which definitely looks like a memory leak. Could you try recompiling with a new version of Go?
Hi @goblin - glad you're still active on this project and thanks for having investigated the leak. I must admit though, I'm not using scat at the moment and most...
Hi @Intensity. Sorry for the late reply, my notifications were disabled 🙈. Indeed, that processing you suggest would take the form of a two new procs, one for splitting into...
@Intensity That's an interesting suggestion and I appreciate the clear formulation. It would help feel confident in the later restore process. My simpler take on this is simply this: for...
My response: > Actually, automatically computing the reverse chain is what I had in mind originally 🙈 But as I added new procs, I realized there were too many discrepancies...
Installed pretty easily and cleanly (no `brew link`) with: ``` shell $ brew install llvm $ PATH="$(brew --prefix llvm)/bin:$PATH" ./configure #Â ... ```