pseud icon indicating copy to clipboard operation
pseud copied to clipboard

Pythonic bi-directional RPC API built on top of ØMQ.

Results 7 pseud issues
Sort by recently updated
recently updated
newest added

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0-beta.2 What's Changed not adding -n if empty to do-upload command by @​dana-yaish in codecov/codecov-action#1085 4.0.0-beta.2 by @​thomasrockhu-codecov...

dependencies

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

It seems the only use is to create the UTC object in common.py, but it's not used in pseud anywhere. Could we remove this and remove the dependency on dateutil...

https://github.com/chainreactionmfg/cara/blob/master/tests/cara_pseud_test.py To reduce flakiness, I took the mocking route and mocked out ZMQStream and ZMQContext. The downside was that I had to implement the ROUTER behavior in the mocked ZMQStream,...

I created a method X on the server, and on the other side created I used the SyncClient, connected to the server and I called the remote method, but it...