Charles Cabergs
Charles Cabergs
### Describe the bug After going from an app to the home, the icon of the closed app appears on top of another. ### Steps to reproduce 1. open app...
Fixes #670
Makes the bindings slightly easier to use when dealing with durations. With the bindings handling the cast instead of the user
Fixes #634 and #647 Tested with gcc and clang, not sure if the pragmas would compile on MSVC
The formatter hasn't been run in a long time so I formatted all the files (with the exact same formatting config as before) and added a check in CI/CD. I...
It'd be nice to have a few wrappers functions for the CURVE related functions: https://libzmq.readthedocs.io/en/latest/zmq_curve_public.html https://libzmq.readthedocs.io/en/latest/zmq_curve_keypair.html and the z85 encode/decode functions
https://github.com/zeromq/cppzmq/blob/3bcbd9dad2f57180aacd4b4aea292a74f0de7ef4/zmq_addon.hpp#L474 `zmq::multipart_t::send` still uses the old `int` send flags.
I'm getting an inconsistent crash in some unit tests which spin up a websocket server/client. Unexpected error 9 on netlink descriptor 7. ``` Thread 1393 "ws://127.0.0.1:" received signal SIGABRT, Aborted....
It would be nice to include a little `__main__.py` file to generate a curve key pair from the command line