AJ Henderson

Results 32 comments of AJ Henderson

It does not seem to from previous hooks that were doing more, but I'll verify tomorrow.On Jun 6, 2018 5:19 PM, Will Dean wrote:Does it make a difference if you...

Ok, I confirmed, it is still slow even when not returning anything to stderr. Another interesting observation that I'm not sure about is that despite returning -1 from the process...

Solved the failure to fail issue. Apparently the old version of bash used in Bonobo requires the return be exactly 1 to be detected as a non-zero return. Odd, but...

Adding some more detail. It appears that the git process itself is taking a long time to end. I swapped the order of the copy and the WaitForExit and it...

It's running 1.9.5 which is the newest version before the 2 cut over which involved a completely different environment type on Windows unfortunately, which is probably why it hasn't been...

Ok, well this is really odd. Used Procexp to see the process tree and discovered something very unexpected... the issue is not that bash remains open after the process finishes,...

Ok, think I have it now... it appears to be an underlying mintty bash shell issue, my best guess is that it is related to the ATI graphics driver issue...

Yeah, confirming that it works fine on the actual server we are using to run Bonobo (a VM with no ATI driver)... go bizarre corner cases!!!

I have added support in #262 to update the functionality for creating DM channels to work through conversations.open.

I submitted some changes that were just merged in last night, but I'm not sure if there are any changes yet for the rest of it. For the most part...