Damir Jelić

Results 351 comments of Damir Jelić

This seems to indicate that the DB got corrupted, it's not quite clear why `at` would be `None`, this is coming from [sled](https://github.com/spacejam/sled/blob/2259a0b7db75952c9cf2273b18451e6b08ea0c35/src/result.rs#L40). We should catch that error and not...

Nothing really unusual, removing the database under `~/.weechat/matrix-rust/$server-name` should get you going again. Perhaps it would be wise to keep a backup of the DB and report the issue upstream...

Possibly, depending on which signal Alacritty sends out, though I would have expected Sled to handle getting killed without getting corrupted, SQLite certainly handles this.

This is somewhat related to #115.

Am I looking at the wrong place or are the new tests not being run? ![image](https://user-images.githubusercontent.com/552026/183033670-3600e12d-6f5f-4cc7-b93a-c1064e741470.png)

We aren't building the plugin anywhere? Users can chose how they would like to build it. Well we are now with every push, but that indeed uses release mode.

I guess we can switch the README to tell people to build using `--release`.

It's basically a restricted version of HTML, documented [here](https://matrix.org/docs/spec/client_server/latest#m-room-message-msgtypes).

Of course not, I actually looked a bit into this and I think [kuchiki](https://docs.rs/kuchiki/0.8.0/kuchiki/), which builds on top of html5ever, provides what we need, if not a custom tree sink...

There's a script for this: https://weechat.org/scripts/source/multiline.pl.html/