torrybr

Results 10 issues of torrybr

T-Defect
X-Needs-Investigation
A-Location
S-Major
O-Occasional

### Steps to reproduce 1. Enable Live Tracking In Lab Settings. 2. Begin a Live Share with precise location enabled + coarse location. 3. Drive 60+ mph down the highway...

T-Defect
A-Location
S-Minor
O-Occasional

Hi Sergio11, Awesome project you have and thanks for documenting it all out so well! 👏 I have these 2 issues when running the `docker-compose.yml` 1) Nifi service is failing...

Does pigeon maps support any spatial references of type EPSG:4326 ?

This merge request introduces the live location sharing feature as per [MSC3489](https://github.com/matrix-org/matrix-spec-proposals/pull/3489). The changes are made in the `crates/ruma-events/src/live_location.rs` file. The main changes include: 1. `BeaconStateEventContent` struct: This struct represents...

Add support for MSC3489 live location sharing. Requesting an initial review to clarify some technical questions and help get this over the finish line. Building on this [Ruma PR](https://github.com/ruma/ruma/pull/1722) -...

Conversation related to this issue can be [found here](https://github.com/matrix-org/matrix-rust-sdk/issues/3945) This merge request adds `subscribe_to_live_location_shares` to the `matrix_sdk::Room` that allows clients to listen for beacon updates using a background task. The...

This issue tracks the progress and outstanding work for implementing the functionality described in [MSC3489](https://github.com/matrix-org/matrix-spec-proposals/pull/3489). It involves sending, stopping, and handling `beacon` and `beacon_info` events within the SDK and builds...

### OAuth2-Proxy Version 7.8.2 ### Provider keycloak-oidc ### Expected Behaviour Bearer token should be accepted when `insecure_oidc_allow_unverified_email = true` if the `iss` is included in the `extra_jwt_issuers` field and `email_verified:...

bug
help wanted

I am encountering performance issues during pagination with the `/messages` API in rooms, due to processing a large number of `org.matrix.msc3489.beacon` [events](https://github.com/matrix-org/matrix-spec-proposals/pull/3489). While encrypted rooms still need to process each...