Kevin Cox
                                            Kevin Cox
                                        
                                    After more testing I can see the audio devices and groups if something is playing on them. I can then "override" with no issue. However if they are idle they...
Ah, makes sense. Let me know if you push that branch somewhere and want me to test it out. Otherwise I'll just look forward to the next update.
I'm not so sure. You described maybe 4 options. It seems like there isn't actually much to do here. There is round up, round down, round even, round to zero...
Yeah, you would implement it like that. But the point is that it isn't obvious what you are doing. Real world example: I wanted to write: ```rust target_x.saturating_sub(self.x()).ceiling_div(Self::max_speed() as u32)...
I agree that this should be a method. @kaan-atakan are you ok with that and can you update the title of this request?
An interesting note is that this is actually a very big leap towards moving away from Web PKI. If you can change your homeserver address easily and reliably you can...
Do you have a link to these docs? I think I will also need to open another ticket for propagating sample rate information but I can do that in a...
I don't think 2 is resolved. I have opened a new issue focused on it: https://github.com/open-telemetry/opentelemetry-rust/issues/886
I'm going to put a vote in for "just don't". As a software developer myself I know that I am always looking to advertise new features to my users. But...
I turned on debug logging and it appears that the startup gets stuck somewhere between https://github.com/mautrix/python/blob/v0.10.6/mautrix/appservice/appservice.py#L130 and https://github.com/mautrix/python/blob/v0.10.6/mautrix/bridge/matrix.py#L97 called from https://github.com/mautrix/python/blob/v0.10.6/mautrix/bridge/bridge.py#L160-L161 It makes sense that this would cause the problem...