Davin Potts

Results 21 comments of Davin Potts

I am encountering the same issue, I believe. I first encountered it with passing the integer 1229952 to a function served/exposed by the Ernie server. I can reproduce the same...

Turning on logging in ernie helps show that the input payload received by the ernie server was indeed an odd number of bytes (57 bytes in my case), which provokes...

@runemadsen , the default encoding in ruby 1.9 differs from ruby 1.8 which triggers the problem when using 1.9 and not 1.8. My generalization to "unfortunate choice of default encoding"...

Though this issue is specifically concerned with runpy APIs and their impact especially in running unittest test scripts, it's worth commenting here for people who need a workaround in the...

It probably makes sense to make `subprocess.SW_HIDE` the default on Windows, with an option to "unhide" it. It may make more sense to expose this as an attribute on the...

At the time of this writing, the KNIME Server responds with a code of 200 for a request to execute a workflow where an exception / error occurs during the...

It does not help the situation described but it is worth pointing out that the response status code received from the KNIME Server is exposed on every `Workflow` instance in...

Open question: when implementing the rest of `AsyncJob` functionality to wait on results to be available, should Python's asyncio be used in the implementation?

This sounds like a duplicate of issue #17 only with a pretty picture (workflow capture) attached.