Ed Nutting

Results 58 issues of Ed Nutting

1. We repeatedly hit the "max 25 concurrent streams" connection limit (somehow - probably a side effect of the other issues below) 2. A connection times out after 15 seconds...

M-needs-triage

For example, Hasura saying "admin secret needed" in response to a frontend request is usually really a result of the webhook auth failing, commonly due to the Actions Service not...

We should create a short developer guide document that summarises common steps to take when pulling updates. For example, when to rerun GQL Codegen (almost always after pulling); when to...

**Is your feature request related to a problem? Please describe.** Finding people who's names don't begin with the letter A takes a stupidly long time! **Describe the solution you'd like**...

M-needs-triage

The address to contact for creating a conference (on the /join page) should not be hard coded. It should be pulled from a system configuration var in the DB.

If people are inactive in a room on their own (or in a room where none of the participants are speaking/have spoken for a while?) the site should automatically disconnect...

C-enhancement
T-user-experience
A-rooms
S-frontend
D-medium
M-needs-triage

Currently the code swallows all errors and only posts them in the console. Some errors should be nicely presented to the user.

C-enhancement
T-user-experience
D-easy
A-chat
S-frontend

The content of preformatted text blocks (code blocks in markdown terms) may overflow the chat message but doesn't scroll properly. This issue can also be seen anywhere else where we...

C-bug
D-quick-win
T-user-experience
A-chat
U-soon