Jeff Lindsay
Jeff Lindsay
see also https://gist.github.com/progrium/b286cd8c82ce0825b2eb3b0b3a0720a0 but these are workarounds.
yep yep. remember go has no problem compiling to arm64 already, but the variadic package that every call in this library depends on needs to have an arm64 implementation since...
its being solved mostly by way of code generation which is pretty close On Fri, Sep 17, 2021 at 7:52 AM Vasiliy Tolstov ***@***.***> wrote: > Can somebody write current...
It's not clear what you want added. Can't you define that function on your own? If you're building an app in Go, there's no XCode to generate a main(), so...
still trying to figure out the subtleties of making the two memory managers work together. only reason Retain was added in that demo was because otherwise it would get cleaned...
If the type was exported as maybe `GarbageCollected`, you could then type assert to find out if an object has this finalizer set: `gcobj, ok := obj.(GarbageCollected)`
that would be exciting. let me point you here: https://github.com/progrium/macdriver/wiki/HowToAddTypes
Oh, you want it to reconnect after the TTL?
Interesting idea. I can't think of anything other than cAdvisor for that sort of stuff. And using the event stream for events. Anybody else know of anything?
Yeah, I'm open to talk about it and collaborate. For the longest time I've figured stats would be handled in a sister tool to logspout. It's a pretty different domain....