Ben Gray

Results 18 comments of Ben Gray

I'm also getting issue with the duplicate skipping, I'm pretty much using example 1 and the step tells me `Skip execution because another instance of the same workflow is already...

An alternative fix for this would be to replace the line sha1.cpp#L198 ``` memcpy(&context->buffer[0], data + i, 64); SHA1_Transform(context->state, context->buffer); ``` Which I assume was the intened use of the...

> > > > An alternative fix for this would be to replace the line sha1.cpp#L198 > > No, then it would not fix basic issue within `SHA1_Transform`, it would...

Is this not something to do with other players launching the same kerbals? I have a few shown as 'Assigned' on my astronaut complex which look to be assigned to...

This sounds sensible, I really need to keep up with changed to libzmq and update things here. As I understand it the tweetnacl should simplify things for us anyway and...

If there is things you need fixed we welcome PRs :) Although I fully admit it's been a long time since I've had the chance to work on this project...

At a guess you don't have enough entropy for the randombytes function to return. I don't know enough about tweetnacl but I do know that is a thing that can...

For a successful send we actually swap out the message object so that code, the reasoning behind this, assuming my memory serves, is twofold; First off, and most importantly the...

This has been improved, should be easier to refactor now, but I'm lazy.

If you have found a nice way to detect that the context has been destroyed then I'm more than happy to accept a pull request to make sockets throw a...