Robin

Results 129 comments of Robin

I'd just like to add that I have an [update of the Lojban translations](https://github.com/robintown/minetest_game/tree/jbo) which depends on this being merged. (It's a shame GitHub has no way to indicate dependent...

@Jackman3005 You can tell direnv to ignore `.env` files by setting `skip_dotenv = true` in your config.

There's supposed to be code that automatically unsets the 'waiting for network' flag as soon as you're unmuted, but I'd guess that the delay on flipping the flag on is...

If we decide to always use the Web Audio API, we could then always route everyone's audio ~~to a single hidden audio element~~ directly to the destination, which would be...

My reasoning for not using Web Audio for everything was that the Chrome AEC hack wastes CPU cycles, so it would be good to avoid where possible. (And possibly, spinning...

Looks like there was some form of disconnected state in the early radio mode explorations: ![Screenshot 2022-06-01 at 11-25-53 Figma](https://user-images.githubusercontent.com/48614497/171441524-b51c6fad-23dc-4fc2-87bc-28ab26667094.png) ![Screenshot 2022-06-01 at 11-26-10 Figma](https://user-images.githubusercontent.com/48614497/171441528-15d5517b-fbb6-4bb7-8428-2cc777229ada.png)

Decision was that this doesn't need to be blocked on design - we're free to pick an arbitrary scale for the slider (hopefully one that doesn't go too high, to...

The designs put icons in the room cards to distinguish them, we just need to implement that

This is something that the designs explicitly accommodate: You can enlarge any video tile, including your own, regardless of whether you're in 1:1 mode or a 3+ participant mode, by...

We [have a nice error message](https://github.com/vector-im/element-call/pull/435) for this, but because it's thrown before React even mounts anything, it only displays in the console