Allen Ray

Results 51 comments of Allen Ray

@duysqubix could still be useful, I would suggest we revert the window.go changes. But other than those, lgtm

@ahrtr could you assign this to me please?

Makes sense @ahrtr, Thanks and I'll go ahead and bump those.

All versions have been handled, thanks!

Great to hear from you! Hope you've been doing well. Thanks for the offer, but since we hadn't heard from you, Qubi and I decided to fork the original projects...

> @dusk125 do you have bandwidth to take a look at this flaky test? thx Yeah I can take a look

+1 for this. Something we see in OpenShift is that the API server can fail to retry on slower platforms (non-default LEADER_ELECTION_TIMEOUT & HEARTBEAT_INTERVAL) with an "etcdserver: leader changed" error....

It does work! I just spun up this test program: ```go func main() { rl.InitWindow(800, 450, "purego") defer rl.CloseWindow() for !rl.WindowShouldClose() { rl.BeginDrawing() rl.ClearBackground(rl.RayWhite) rl.DrawText(fmt.Sprintf("CGO_ENABLED=%v", os.Getenv("CGO_ENABLED")), 190, 200, 20, rl.LightGray)...

That was the intention, but your suggestion is definitely better, I'll update with this. I have no idea about darwin either :D but I'll update to not search current directory