Tomáš Karela Procházka
Tomáš Karela Procházka
What about making it configurable, and follow the decision made by the Go team for gopls? https://github.com/golang/go/issues/36911#issuecomment-961245361 It's fun to bikeshed about the most correct extension format, but the decision...
My current workaround is to wrap `*s3.Client` with my custom `s3fs.Client` implementation, that holds the context. But it sets one context for all `fs.FS` operations.
I'm glad you like the idea, or at least, you aren't against 🙃 Yes, the interface is unnecessary. I just mentioned it for a full picture, like the helper function....
I'm thinking, `WithContext(ctx context.Context) fs.FS` may be more generic, although a bit against "accept interface, return types" The usage of extra interfaces like `fs.StatFS` can be done the following way:...
no need of x/crypto anymore in Go 1.13 https://blainsmith.com/articles/signing-jwts-with-gos-crypto-ed25519/
> The rust re-write looks like it has malware in it now too, FYI. https://www.virustotal.com/gui/file/e88b32882f482534bc055dce30034ba9850ed8cfda212f71dfe39c49911f79ed I bet my shoes that the only malware is the destination platform OS here 😄
There is no way to override the dependency? Some kind of replace directive? What if it hypothetically contains vulnerability, it would also take ~~two~~ three months to upgrade? The deprecation...
> Hey folks, inspired by this project, I created [🤫sstart](https://sstart.sh) that has similar approach and support 1password. It also have GitHub Action to integrate with your CICD Workflow. Good job....