Alexey

Results 20 comments of Alexey

I agree with @jbaf . I am using Nylas Mail since yesterday and already missing two attachments: both are PDF files with no special characters in the names. As both...

Two weeks earlier I still had the same issue (as reported on 2nd February). I switched my mail program to Airmail, but as far as this issue is fixed I...

The issue is with the table access control. :/ https://kb.gcp.databricks.com/streaming/readstream-is-not-whitelisted.html

I am able to install it in my conda environment by this command ``` - pip: - git+https://github.com/alexeyegorov/GuidedLDA ``` Hence, this should be also possible after the merge.

Thanks for your reply! I was first busy on giving msgpack a try. But now I would really love to try capn proto out. Unfortunately I don't get `capnpc-java` after...

Ok, thanks for that. That was easier than i thought. I was kind of confused... Now just another one question: I get it to work now, what is your intended...

Oh yeah. That is really nice. Maybe you could provide this information on the documentation page? Now, another one question: if I want to send that message by zeromq, I...

I got an array representation using write(BufferedOutputStream, MessageBuilder) and retrieving the ButeArray from it and turning it into byte[]. But for zeromq you need to subscribe to certain filters. Meaning...

Ok, I've done it and got the whole stuff running. I don't know whether it could be interesting to provide such a code as an example (not that this is...

The comparisons seemed well concerning CPU time as I sent the messages without serialization by getting segments and sending them as ByteBuffers. So while we were able to get around...