Benjamin Bouvier
Benjamin Bouvier
@bmarty if the SDK provided you with the database name (which would be a randomly-generated UUID), could you map it internally (e.g. in a separate JSON file) to the user...
> Yes, OK, and the randomly-generated UUID will be used as the folder name as well (so there is a sort of behavior break?)? Yes to your first question, yes...
> It maybe reasonable to check that these timestamps are not in the future. Not sure, time is a complicated topic. What about desync'd clocks (be it the server that...
Closing inactive Element Call PRs, anyone feel free to open a new one based on this if you're interested to work on this feature.
For what it's worth, I was thinking about this in the back of my head, and stumbled into [`little_exif`](https://github.com/TechnikTobi/little_exif) too, which is licensed with the regular MIT or Apache2 license....
Thanks for opening an issue, I'll take a stab at it.
If by `heroes` you mean a tuple of `user_id / optional user name / optional avatar URL`, then yes, agreed with you; I just found out the proxy may return...
Thanks for opening this issue. Do we really *have* to change the function's signature? It would be impractical in that each caller now needs to think about what to do...
> Room.membersBlocking() is somehow faster than Room.members(), it can be up to 12x faster if the 2nd attempt wasn't a fluke or a failure that somehow reported back data. If...
An extra note: fetching the entire timeline, on disk, at least once, would be necessary for indexing in the case of full-text search. This would also help with perfectly computing...