Timo Kösters
Timo Kösters
1. expected result Sled works reliably 1. actual result sometimes a request to my program takes a very long time, over 2 minutes. It finishes shortly after the panic below...
I'd like to export my animated layers as many images, so I can use them for an animated sprite in godot.
### Steps to reproduce On a Conduit Matrix server: 1. Join a room 2. Let someone else send messages so none of your events are in the recent timeline anymore...
https://github.com/facebook/rocksdb/wiki/Write-Buffer-Manager It would be great if you could add support for the write buffer manager. This would allow me to do this: > Limit the total memtable usage across multiple...
## Description It will remove the component from the entity and return it (not by reference), similar to Option::take. ## Motivation This avoids cloning the component if it will be...
Avoid nested transaction for database, as these are not allowed with MDB_WRITEMAP
https://matrix.org/docs/spec/rooms/v1#persistent-data-unit-schema > Required. Event IDs and reference hashes for the most recent events in the room that the homeserver was aware of when it made this event. > Must contain...
I saw these errors on a conduit: > Invalid 200 response from matrix.org on: https://matrix-federation.matrix.org/_matrix/key/v2/query/intelfx%2Ename?minimum_valid_until_ts=1643418030360 deserialization failed: invalid value: string "ed25519:intelfx-homenet-org-1", expected Key name with algorithm and key identifier at...
We don't need to loop through all events to drop bad ones. Bad events will be dropped by the code that uses them anyway. https://github.com/ruma/ruma/blob/2de652049d094a86df5c644b5193e988ffb5d0d3/crates/ruma-state-res/src/lib.rs#L87
### Steps to reproduce Join a room with a complicated timeline, I used Matrix HQ ### Outcome  The date header is shown multiple times. If I enable hidden events...