[capnproto] Re: Python package has missing symbols

2019-11-28 Thread Jacob Alexander
While I haven't gotten all the tests working yet (there are some issues with some of the timer functions on Windows it seems), I spent a bunch of time getting asyncio working with pycapnp (it was the most reasonable way to get native Python TLS support working). I've fixed a lot of bugs, removed

Re: [capnproto] Re: Python package has missing symbols

2019-11-29 Thread Jacob Alexander
2019 at 12:48:46 AM UTC-8, pepijn de vos wrote: > > Thanks for the link. > While I'm not actually interested in RPC or async at all, this fork > actually works. > Any chance this will be upstreamed? > > Pepijn > > On Fri, Nov 29, 2019 at 7:27 AM Jacob Alexander >

Re: [capnproto] Re: Python package has missing symbols

2019-12-06 Thread Jacob Alexander
rt for new Python/OS options and the last few >> Windows test errors. I also want to cleanup the documentation a bit and add >> a proper changelog. >> >> I'm also not sure how the package uploads work for >> https://pypi.org/project/pycapnp/ and user accounts the

Re: [capnproto] Re: Python package has missing symbols

2019-12-10 Thread Jacob Alexander
Thanks! I'll start integrating changes in the next couple of days. On Tuesday, December 10, 2019 at 2:16:30 PM UTC-8, Kenton Varda wrote: > > I've now added Jacob as a maintainer of pycapnp. > > -Kenton > > On Fri, Dec 6, 2019 at 3:31 PM Jacob Alexander > wrote:

Re: [capnproto] Re: Python package has missing symbols

2019-12-10 Thread Jacob Alexander
avoid a manual build step for you, I'd also be happy to > help you set up GitHub Actions, Travis CI, or some other automated system > for publishing those wheels (binary packages) to PyPI. > > Cheers, > > Asheesh. > > > On Sat, Dec 7, 2019, 06:31 Jacob Alexa

Re: [capnproto] Re: Python package has missing symbols

2019-12-11 Thread Jacob Alexander
Hi Asheesh, I've set up a GitHub issue to track progress: https://github.com/capnproto/pycapnp/issues/197 -Jacob On Tuesday, December 10, 2019 at 11:48:51 PM UTC-8, Jacob Alexander wrote: > > Hi Asheesh, > > The manylinux targets look pretty interesting, docker isn't

[capnproto] pycapnp v1.0.0b1 released

2019-12-27 Thread Jacob Alexander
valuate incoming PRs - Integrate new versions of capnproto into pycapnp - Make sure asyncio + TLS/SSL RPC support keeps working Happy Holidays! -HaaTa / Jacob Alexander -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe

Re: [capnproto] Re: pycapnp v1.0.0b1 released

2020-01-06 Thread Jacob Alexander
t; Regards, > Brendan > > On Friday, December 27, 2019 at 2:09:58 PM UTC-5, Jacob Alexander wrote: >> >> Hi all, >> >> https://pypi.org/project/pycapnp/1.0.0b1/ >> https://github.com/capnproto/pycapnp/releases/tag/v1.0.0b1 >> >> I've put together p

[capnproto] Re: Random access in python

2020-02-21 Thread Jacob Alexander
a file. Though I'm not quite sure what you mean by random, you'll need some sort of way to index the files, unless you are ok with sequentially parsing each of them. -Jacob Alexander On Friday, February 21, 2020 at 7:51:56 PM UTC-8, Qibin Zhou wrote: > > Hi, > > I want to cre

[capnproto] pycapnp v1.0.0b2 released

2020-06-14 Thread Jacob Alexander
out the last issue and finally release v1.0.0! -HaaTa / Jacob Alexander -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to capnproto+unsubs

Re: [capnproto] client to client communication

2021-10-15 Thread Jacob Alexander
I'll try to poke at the code this weekend. But what you're trying to do "should" work. One thing I've noticed is that when things hang with Python asyncio it usually means something is wrong with whatever is polling the tx on the sending side or the rx on the receiving side. If anything died prema