CompuRoot
CompuRoot
> Without Javascript this may be impossible, but still both the form and the target site from which the images are loaded need to be created by the attacker himself....
> When it works as intended, a side-effect would be, that it prevents something like > >input:valid { > background: url(valid.png); >} > >Wouldn't it? No, addon is smart enough...
The only way I know to make truly portable across platform a program on amd64/linux is to spin out in virtual machine (or docker) with AlpineLinux (that natively using musl...
> So technically I can add a musl build to the release via GitHub Actions? I will give a shot and let you know! **Thank you!** Unfortunately `rust` isn't my...
> This project is abandoned More than that, "github-actions" automatically marks new issues as "stale" and close it
I believe your post isn't qualified to be counted as an issue, but as general use case question that should belong to [forum discussion](https://kopia.discourse.group/). If I get your question right,...
> I am confused about what the OP is concerned about and what he would like to see. Me too, that's why I thought the forum would be more productive...
> Can you add `defer e.Close()` as the first line in `func (w *TreeWalker) processEntry(ctx context.Context, e fs.Entry, entryPath string)` and recompile: Added to `kopia/snapshot/snapshotfs/snapshot_tree_walker.go` as you suggested `defer e.Close()`...
`Killed` coming from operation system that don't like something. I saw such behavior on VPS where hypervisor killed `kopia` if I run there benchmarks
@Zackuist What compression are you using? I read [in issue 1233](https://github.com/kopia/kopia/issues/1233) that it happened when zstd used. Also can you try to run kopia with [this suggestion](https://github.com/kopia/kopia/issues/1233#issuecomment-941952447) because OS reports...