udf2457

Results 120 comments of udf2457
trafficstars

I'd say that's a great idea, for all the reasons you already outline.

@MichaelEischer I have a busy few weeks at $work, but I could try to update the docs at some point I guess.

`minio` version was already provided..... You should be able to replicate the error by doing what I said, `mc mv .... || report_bad_stuff`, so for example `mc mv ... ||...

And that is what I posted ........ surely the Copyright and License lines are irrelevant ? I gave you the mc version and runtime lines.

Thanks @jub0bs , I'm actually looking at moving to `jub0bs/cors` but actually I'm not double wrapping, I'm following the method as described in https://github.com/jub0bs/cors/issues/4#issuecomment-2307096259

done thanks for all your help @jub0bs

I mean, I don't know how VSCode works its magic, but I think the word "suffice" in your suggestion might be doing a bit too much heavy lifting. 😉 It...

> In Go I think the relevant ones are in DefaultTransport Yes.... https://go.dev/src/net/http/transport.go ```go var DefaultTransport RoundTripper = &Transport{ Proxy: ProxyFromEnvironment, DialContext: defaultTransportDialContext(&net.Dialer{ Timeout: 30 * time.Second, KeepAlive: 30 *...

@malancas just from my perspective (speaking not a maintainer, just someone who has previously contributed to `go-tuf`) .... I have been busy with $work so have not had the time...

I ended up writing my own Go client @sboulkour. I agree it is unfortunate there is no other option, not even in the Web UI.