Damir Jelić

Results 351 comments of Damir Jelić

Sure, maintaining the bindings shouldn't be a big burden anyways. Apart from the possible API changes around them and adding support for differing collectors there's not much stuff going on...

There is already a test package up https://test.pypi.org/project/tantivy/ Finding a way to build the python documentation will be needed, that's true. And the CI setup. So a little bit more...

Should be possible. pyo3-pack should make that easier, we still will need to use setuptools to build the source dist. One pyo3 project that has a working CI setup and...

pyo3-pack takes this into consideration and the fastuuid lib does use a docker image to build the wheels, more info here: https://github.com/PyO3/pyo3-pack#manylinux-and-auditwheel

For what it's worth, I like option 2 more, while it does add more types to the bunch, thinking about all the places this generic ID could be used makes...

So a status update here: Ruma PR: https://github.com/ruma/ruma/pull/1605 Rust SDK branch: https://github.com/matrix-org/matrix-rust-sdk/tree/poljar/device-dehydration Synapse branch that can be used for testing: https://github.com/poljar/synapse/tree/poljar/msc3814-v2 @stefanceriu above are the main ingredients that you'll need...

> Work on this can be timesheeted to the project on https://element-io.atlassian.net/browse/PSB-87 Where exactly do I find this in the myhours thingy? I can't seem to find a PSB-87 in...

If every instance of session here means megolm session, can we please use the "room key" term instead. I know that we call this the `InboundGroupSession` in the crypto crate,...

We're not particularly interested in this as of now and this is bitrotting, so closing now. If we ever decide to benchmark this properly let's reopen.

> I assert that we should not delete one-time-keys on unsuccessful decryption. Are you sure that this is happening? We may have a bug, but it certainly isn't the intended...