Kevin D Smith

Results 42 comments of Kevin D Smith

Since this is a very common way to connect which we haven't had any reported crashes on before, we may have to do some digging to find the issue (maybe...

I can't think of a good way to do this at the moment. You could try to replace the sys.stdout with a proxy object that writes to your logger (and...

I'll leave this issue open so that the idea doesn't get lost.

If you are using the binary protocol, there is a way to upload the data without going to CSV. However, this requires looping through all of the rows of data...

Constructing the binary packets and sending them to the server is done using the table.addtable action, but it's fairly tricky to setup. There is a class called CASDataMsgHandler in swat/cas/datamsghandlers.py...

Are you using the binary or HTTP method of connecting to CAS? I do know that there are some issues when the C extensions for binary connections with Python threads...

Let me do some digging to see if I can get more information about why it doesn't work, but I think this may be the key (from the link you...

I asked around and haven't found a timeout feature. There is an unpublished (and likely unsupported) action that you could try to cancel the action. You would have to bring...

We've actually been continuing our work on the WASI Python build. We're continuing down the path of a compatibility layer called WASIX to fill the gaps left between POSIX and...

@turbolent Our WASI Python repo is available at https://github.com/singlestore-labs/python-wasi. It's mostly just a patch to `configure.ac` and a script that sets up the C compiler settings.