Mike Simons
Mike Simons
@erikh Do you have exact code & steps we can use to reproduce this? I pulled your load file patch and tried with implementations of `sleep` using both golang and...
My gut feel is that this _is_ an issue albeit one that is triggered with a very specific, possibly compound set of steps. I haven't been able to replicate it...
@erikh I've replicated it but given that this code already isn't behaving as we anticipated I'm not entirely surprised. My test case was: ``` go mrb := mruby.NewMrb() defer mrb.Close()...
Just a note; since such an easy mistake to make can cause a segfault, we should probably inspect the mrbvalue and ensure it's a proc before handing it over to...
Here is a first (fairly arbitrary) stab aiming to keep it simple. Horizontal types are ruby Vertical types are golang Array / map conversions will follow key / value type...
This query was super helpful for us as we're primarily using v3 and couldn't see a way to do this there. I found the token needs `admin:org` though which feels...
@stono Have you observed the sidecar living for a while after receiving quitquitquit? Ours are living for another minute or so before exiting (although 15000 gets closed immediately). We're also...