Robin

Results 189 comments of Robin

Perhaps we could fix this as part of the work I'd like to do to unify the lobby and in-call UI code

For the record, https://github.com/matrix-org/matrix-react-sdk/pull/3553 has fixed the main point of this issue, which was that replies that pinged you would highlight the entire replied-to message. I assume there's still scope...

We do already have design instruction, actually, but https://github.com/matrix-org/matrix-react-sdk/pull/9199 cannot currently be merged, because there is still outstanding work to be done: specifically, highlighting any custom keywords that caused the...

https://github.com/element-hq/element-call/pull/2325

@toger5 Is the diff meant to be as big as it is? I think I'm looking at a lot of lint fixes, or something.

Thanks for tracking this. @toger5 and @Half-Shot said they'd prefer a solution in which `NestedMap` is not a subtype of `Map` but actually a separate class. The only real reason...

@YamatoRyou I'm unable to extract the logs you provided using the original password. ``` › unzip -P (...) 22EF3687-9130-1163-F74F-01EE8B3A8DA1.zip Archive: 22EF3687-9130-1163-F74F-01EE8B3A8DA1.zip skipping: {22EF3687-9130-1163-F74F-01EE8B3A8DA1}.log unsupported compression method 99 ``` Assuming you...

Maybe https://github.com/livekit/client-sdk-js/pull/1734 is related

I tried a solution like the one from @Venryx mentioned in #90 ([yarn-vtools](https://github.com/Venryx/yarn-vtools)), but was disappointed to learn that this still changes your yarn.lock file.

Due to how the Element Call integration currently really relies on an iframe, I'm uncertain what exactly can be improved here. Do you think that the ability to pop out...