Joseph Henry

Results 167 comments of Joseph Henry

A clue: If I replace the dependency on my published crate in the test app from: ``` [dependencies] my_lib = "0.1.0" ``` to ``` [dependencies] my_lib = { path =...

Unfortunately `5.0.2` via the snap store wont open. It installs but no window ever pops up. I've reverted back to `4.7.0` for the time being. If you push a new...

I don't think this is a typo. Is something not working for you? We perform this check so that one doesn't accidentally write too much data into the internal string...

Heh. Checking [test/selftest.c](https://github.com/zerotier/libzt/blob/master/test/selftest.c) I have testing for `zts_init_from_memory` marked for "tomorrow" like 8 months ago. So you might be right about this. I'll test locally.

This is true, it's still a TODO item. Sometime this week I'll try to get a simple example in there.

An update on this ticket. I've uploaded a beta of the Python package to PyPI (https://pypi.python.org/pypi/libzt), it is only available for `macOS` at the moment but will soon include other...

Hello all! I'd like to finally take care of this. I've simplified the C API so that it's easier to wrap in something like Python and I've made a little...

**An update:** I've been spending some time on this and have pushed some new wheels for you all to try. @lpereira1's comment was particularly insightful. A director class was required....

Thanks again. For those of you lurking, a new batch of `1.3.4b1` wheels will be out tomorrow reflecting @linsomniac's improvements. Already responded elsewhere but I figured an answer to your...

New [1.3.4b1](https://pypi.org/project/libzt/1.3.4b1/) packages are up. You can get it with `pip3 install libzt` There's still some stuff in the C API that isn't exposed but I'm working on that. I...