Tom Smith

Results 47 issues of Tom Smith

**Task** Initially it will have just one record but could have more than one LSP servers in the future. For now, use one LSP record: - `ip`: Ip of the...

V2

**Task** We require DB migrations on the contacts table by adding the following columns: **UserContact** - `scid`: short channel id / _string_ - `index`: contact index / _integer_ - `contactRouteHint`:...

V2

**Task** Update Rust library to latest version v.0.3.2 **Acceptance Criteria** We are using the correct Rust library version that is v.0.3.2

V2

**Issue** A user tried logging in through the web browser using the QR scanner, and encountered a POST request error. Due to this error they lost access to their account...

bug

**Task** On Android (Huawei +others) the logout button is hidden so it's impossible to logout. There is no logout option for me on at the bottom of the left panel....

``` const domain = "your.jitsi.instance"; // Replace with our Jitsi instance domain const options = { roomName: "exampleRoom", width: 700, height: 700, parentNode: document.querySelector('#meet') }; const api = new JitsiMeetExternalAPI(domain,...

backend

gpt-4-0125-preview suggested coverage for: Test [Stakwork Run](https://jobs.stakwork.com/admin/projects/35872366) Test Cases for GetFeaturesByWorkspaceUuid: - Valid UUID with Features Available: Verify it returns a list of WorkspaceFeatures. - Valid UUID with No Features...

**Task** When opening Jitsi call inside Sphinx, it shouldn't open a browser view but open inside the Sphinx Mac app. GitHub Repo for Mac: https://github.com/stakwork/sphinx-mac This currently works for iOS:...

**Task** When tapping on a Jitsi link within google calendars, this should automatically open Sphinx. We need to figure out a way to do this? Deep links? **Acceptance Criteria** -...