Cody Piersall

Results 72 comments of Cody Piersall

Just wanted to ping you on this--what do you think about it?

@gunnihinn Gotchya. Thanks for the feedback. I can't remember what perl distribution I was using at the time, but I was probably using the one that ships with git (based...

This PR can close issue #44 and issue #47.

Hey @tonysimpson, do you have any plans to merge this? It should help with Windows support, I think. The generated wheels can be uploaded to PyPI, so Windows users who...

PR #54 adds wheel building on Windows to this repository. You can [download the wheels now](https://ci.appveyor.com/project/codypiersall/nanomsg-python/build/1.0.27) if you want to: just click on your Python version, click on artifacts, download...

Just to follow up to @jiangrzh, we do have support for async operations on nng sockets in [pynng](https://github.com/codypiersall/pynng). It couldn't have been done without help from @njsmith, @tgoodlet, and @gdamore!...

You need to [install nanomsg](https://github.com/nanomsg/nanomsg#build-it-with-cmake) before you can use this package.

Thanks for the PR! I'm wondering how this is related to #55. I am worried that if we don't call `nng_fini` by default, we will cause the deadlocks that #55...

CI is broken, totally unrelated to this merge request. I will merge this pull request either after the windows CI starts working again, or after I get tired of trying...

Thank you for both of your PRs. Just like with your other one, I will merge this after I get CI working (or give up on it).