Khosrow Afroozeh
Khosrow Afroozeh
I'll do a first try with the already available primitives. We'll solve problems as we go.
Sorry I got busy and never followed up. Will update if I get to work on it later.
Ah, a fellow Delphi veteran! I see why we seek the same thing. Go doesn't have inheritance, only composition. Everyone gets it wrong in the first go :) I take...
hah, `window.SetPaddings(0, 0)` worked in a way. Seems that it still draws the empty borders, but does the coordinate calculations right. I'll fix it and submit a PR.
I already have done 3 and 4; easier than I thought. I'll make a PR soon. The only challenge was finding the magic numbers in the code that represented the...
> Although there is a timeout property on aerospike's client itself, this timeout is global to all operations while in reality you sometimes want a different timeout for different calls.`...
The Aerospike Go Client is a high performance library that supports hundreds of thousands of transactions per second per instance. Context support would require us to spawn a new goroutine...
This is a bit of an open question for us, because gathering these stats require lots of branching and synchronization on the client-side *per transaction*, so I'm not sure if...
You being on v1.x is the bigger news to me :) The assumption has been that those connections are dropped and the command is usually retried. Is that not the...
I think I understand the issue, I just need to implement the solution. ETA this week.