Damir Jelić
Damir Jelić
Currently every line is sent as a single message which can lead to that error. A new input line parser and multi-line support are currently in the works on the...
Yes, every line becomes one HTTP request and the order at which the server finishes handling the request isn't guaranteed to be the same. The markdown branch has the new...
Sorry, no new features will be developed for the script. I think multiline is supposed to work in the plugin https://github.com/poljar/weechat-matrix-rs/blob/master/src/room/mod.rs#L275.
No , sadly not yet, not until this is done https://github.com/poljar/weechat-matrix-rs/milestone/1.
There are now binary releases of python-olm, which can be in the upstream gitlab repo: https://gitlab.matrix.org/matrix-org/olm/-/packages/28.
No, seems like only Linux builds are available.
So the issue here seems to be that the libolm fails to install a header if the `Makefile` build is used. Upstream issue: https://gitlab.matrix.org/matrix-org/olm/-/issues/8.
Are you sure that all requirements are installed? It's complaining that it can't find `logbook` which is [listed](https://github.com/poljar/matrix-nio/blob/master/pyproject.toml#L22) as a requirement.
Well, seems like `OpenSSL` started to use Rust and [`PyO3`] for their Python bindings. And you seem to be loading multiple WeeChat Python scripts which use `OpenSSL`, which [`PyO3`] doesn't...
That sounds like you have libolm installed but not the development headers which are required to build the Python bindings.