Per Buer

Results 21 comments of Per Buer

Any word on this? I really like alchemy-mock and would love to keep using it.

Would it be appropriate to have the reader fail when trying to set the offset? The reason I ask is that I spent a fair amount of time trying to...

@achille-roussel I have two suggestions. One would be to for the SetOffset() to return an error when given -1. This would give people an understanding that this isn't supported (yet)....

hi! I've written quite a few ssh servers and I've never needed to do shell/exec. Doing shell/exec is a security risk. If I'd need to do so I'd probably use...

I didn't. I've dropped argo-client-python from my project and I'm just using the CLI to submit workflows. From what I can see the project looks abandoned and hasn't kept up...

In general, I feel like global variables in hollywood tests are OK. global variables reduce testability, but in the tests themselves they're not at all harmfull. Hollywood has a test...

Maybe I'm missing something here, but isn't it obvious that channels would be faster than Hollywood? Channels are native to the language, whereas Hollywood will have to marshall/unmarshall the payload...

I suggest the we close this PR. It'll be quite a lot of work to clean it up and we don't have a use-case for it. @stevohuncho: When forking a...

I've looked at this and it is nice and consise. What I'm missing would be some sort of client, so how would one talk to this?