Timo Kösters

Results 26 issues of 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...

bug

I'd like to export my animated layers as many images, so I can use them for an animated sprite in godot.

help wanted
feature

### 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...

T-Defect
Z-Platform-Specific
S-Major
Z-Spec-Compliance
X-Needs-Investigation
O-Uncommon

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...

feature-request

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...

effort/medium
area/events
help wanted
breaking change

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...

effort/easy
area/identifiers
help wanted

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

effort/easy
help wanted
type/refactor
area/state-res

### Steps to reproduce Join a room with a complicated timeline, I used Matrix HQ ### Outcome ![20220921_124114](https://user-images.githubusercontent.com/25297359/191485088-6cd0159c-9729-4329-b8ce-57395a7f655b.jpg) The date header is shown multiple times. If I enable hidden events...

T-Defect
A-Timeline
S-Minor
O-Occasional