[go-nuts] Re: Detachable context.Context?

2022-09-04 Thread TheDiveO
I'm wondering what the "sometimes" really is. More so as I had just this week to deal with the podman REST API client misuse of context. The still widely v3 client only carries private variables that point to the client object. It completely ignored deadlines and cancelations

[go-nuts] Re: Gothon Library to simulate useful Python methods

2022-09-04 Thread jason white
Hi Andres, If I can provide some feedback here, I see what you're going for, but at the same time using a library like this would defeat the point of using Go in the first place. Not only is it not idiomatic Go, but it adds an unnecessary level of complexity and abstraction to any codebase tha