Kévin Commaille

Results 62 issues of Kévin Commaille

It seems there have been a few fixes to this project at the beginning of this year, I was wondering if you're planning to make a new release soon. I...

A closure expression has to be declared like that: ```rust gtk::ClosureExpression::new::( &[a_expr], closure!(|_: Option, a: bool| { !a }), ) ``` One with no parameters must be declared like that:...

enhancement

**Describe the bug** When sending a version 0 `m.call.hangup` event to reject a call after receiving an `m.call.invite` from Element Web, the call is not ended on Element Web's side....

T-Defect

The title is pretty self-explanatory. We were trying to get all members from the store except those for `Membership::Leave` so we called `room::Common::members()` and tried to filter it and realized...

_From @sandhose in the Matrix room ([permalink](https://matrix.to/#/!iYnZafYUoXkeVPOSQh:matrix.org/$DsTbOXEGLnwtuKM6wKAorMP7gWuBUox8r8yBZkyTV2E?via=matrix.org&via=famedly.de&via=kde.org)):_ I've been discussing with @zecakeh for the OIDC client implementation in the Rust SDK, and reusing some of the work I've done in...

help wanted
question

Here is the [v1.3 changelog](https://spec.matrix.org/v1.3/changelog/#api-changes) to follow our progress. To be sure we don't miss anything, ALL entries of the changelog appear here in the same order and category. The...

type/spec coverage

[MSC](https://github.com/matrix-org/matrix-spec-proposals/pull/3676) [Spec PR](https://github.com/matrix-org/matrix-spec/pull/1062) In practice we don't have much to do: - [ ] There is a `RoomMessageEventContent::reply()` convenience method that allows to build a reply with any `OriginalRoomMessageEvent`, but...

effort/easy
area/events
help wanted
type/spec coverage

For now this is a suggestion open to discussion [Discussion from the matrix room](https://matrix.to/#/!bKOoBjzgyxiMyHIyLp:matrix.org/$Q2a-MvZXm_Dz2omjglc1A63SEyUMDarDUu9U2APB5CQ?via=matrix.org&via=flipdot.org&via=tedomum.net): > **Kévin Commaille** > I was thinking of moving `events::room::message::Relation` and associated types into `events::relation, as...

effort/easy
area/events
type/refactor

Context: - https://matrix.to/#/!bKOoBjzgyxiMyHIyLp:matrix.org/$9CwXkeAKy-VZmqcbFKlZxPWRFTdDdkn_tJfdics2oyM?via=matrix.org&via=tedomum.net&via=conduit.rs - #1037 - [MSC2654](https://github.com/matrix-org/matrix-spec-proposals/pull/2654) This method should probably be implemented on `AnySyncRoomEvent` and `Raw` and follow the steps from the MSC. It is currently blocked because we...

effort/medium
area/events
blocked
type/msc

This is necessary for split view because HomeScreen tabs need to provide their own Header, so they don't need the navigation logic. Tested on web Firefox Linux