Timo

Results 96 comments of Timo
trafficstars

@anoadragon453 Thanks for the visulizations. Seeing it I very much agree with the rational of having the video tiles never exceeding the "Boundary" that gets build up by the 4...

@dbkr updated the title and added T-Enhancement. > > So basically we are deciding that now is the time to drop support for any version of EC that doesn't support...

Thanks a lot. I was noticing some issues. just couldnt phrase what it was caused by.

This does not happen to me anymore. Is this issue still present for you?

Just to be sure: you use a normal mouse (not a trackpad or other input device). Tbh i haven't tested with a normal mouse yet and also did not think...

It should behave as following: grey tile - issue, tile without video and avatar instead - muted camera But this is not well communicated. Added needs design for the specifics...

I totally agree that there shpuld be information about total upload progress. I also realized, that nextcloud has huge timeouts/brraks between uploading the next file.

I could see that the following helpers for the room list could be very helpful: - `get_rooms_with_active_matrixRTC(application_type: String = undefined)` returns a list of all rooms where we have a...

really love that someone is doing a git implementation for Godot! will write you my feedback - [ ] issues on high dpi (also could be setup stuff or related...

With the current version of posthog-js there is also the option to use `send_instantly` for the capture options: ``` const options = {send_instantly: true}; posthog.capture("myEV", { ...properties }, options); ```