Xavier Lucas

Results 26 comments of Xavier Lucas

Hello @chubin I'm referring to the 27th of April, as mentioned in the beginning of my post. It sounds *really* impossible for this time of year, given predicted temperatures for...

Any chance to have an update on this? I would gladly submit a PR.

@Notmarrco I'm not working at OVH anymore 🤷‍♂️

I guess it will probably perform poorly since essentially requiring to handle many small objects. This means latency will be the tipping point here and adds up.

From the quick look I took, what I've understood from this mail server is that it manages a local cache with an S3 plugin, configurable in size. And then the...

I don't really get the purpose of it. Why don't you simply use `go build`/`go install` to build the binary ?

Actually, `go build`/`go install` do work from scratch. Assuming you have installed go which is pretty much expected when working on golang projects (thus you have `GOROOT` and `GOPATH` properly...

It's perfectly fine arguing :) I'm just trying to figure out why it seems complicated to build the binary, what need it addresses. I really understand it's a good thing...

Hello, can you use auth v2 instead ? Authentication v3 is not supported/tested yet. Also make sure you use `sudo -E` to avoid user's env vars to be stripped.