Michael S

Results 4 issues of Michael S

**Is your feature request related to a problem? Please describe.** Safari is the problem child of WebRTC implementation. They recently introduced a bug that straight up breaks our implementation if...

### Requirements - [X] Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support - [X] Did you check to see if this issue already exists? - [X] Is...

enhancement

## Issue Description Observe the following code ```typescript return this.participantsRepository.find({ relations: ['room', 'room.organization'], where: new Brackets((qb) => qb.where({ room: { organization: InOrganizationsOfUser(currentUserId) } }) ) }); ``` that returns an...

bug
requires triage

- VSCode Version: - OS Version: - Tomcat Extension Version: Steps to Reproduce: 1. Launch a Project using vscode tomcat 2. Go to a different project that uses vscode tomcat...