Martin Sucha

Results 163 comments of Martin Sucha

An option to bound the disk queue size would be useful for us. We have staging and production consumers. Currently if staging stops consuming, all the disk space could be...

@craigds Based on your description above, you might be interested in [zipserve](https://github.com/martin-sucha/zipserve) Go library that I made just this weekend. It supports deflated (or any other zip compression method, since...

> I support the addition of the "recover" behavior to the errgroup as an option. It seems to me that if the behavior is optional, there won't be many users...

Since I've seen this issue mentioned in https://github.com/gocql/gocql/issues/1027 that I just closed, I'm writing here to let you know that the latest version of gocql (since March, https://github.com/gocql/gocql/pull/1369) has [ReadyPolicy](https://pkg.go.dev/github.com/gocql/gocql#ReadyPolicy)...

Nice! I didn't know about `-workspace volume` option. I checked https://docs.sourcegraph.com/batch_changes/references/troubleshooting and tried searching for SELinux but I didn't find the option that way. `src batch preview -workspace volume -f...

Thanks! I don't know if you want to keep this issue open (for tracking change to the error message that src-cli prints) or not. The doc update works for me,...

Actually, it looks like the volume command only works after I run my modified version (that changes the SELinux labels on host). I see `sh: can't open '/run.sh': Permission denied`...

> Interesting! So what exactly did you modify? Adding the `,Z` to the bind command and that in updated the SELinux on the host and thus gave it permission? Yes,...

Changing the temporary directory with `-tmp` does not seem to have any effect after it succeeded for some repo. Perhaps the data is cached somewhere, so src-cli skips some steps?...