Jonathan de Jong

Results 291 issues of Jonathan de Jong

### Describe the problem I would like to see which rooms I share with a user, which could be useful before accepting a DM from them, or to cross-reference where...

After having read up on encryption a bit, I think adding support for [MSC3270](https://github.com/matrix-org/matrix-doc/pull/3270) would be a good fit for matrix-rust-crypto

enhancement
encryption

[`heed`](https://docs.rs/heed/0.11.0/heed/index.html) is a high-level wrapper around LMDB, i think it'd be interesting to figure out if it has better performance, compatibility, and caching possibilities compared to `sled` (at the moment),...

enhancement

#### Is your feature request related to a problem? Please describe. Matrix now has a quarterly release cadence, starting with [v1.1](https://matrix.org/blog/2021/11/09/matrix-v-1-1-release), it'd help if libraries and clients can start relying...

documentation
enhancement

Alike to https://github.com/ruma/ruma/issues/590 I saw the error type accepts an arbitrary `String`, i think that fine-graining this (either to specific error types, a further error enum, or a custom trait)...

enhancement
help wanted

(corroborated by @gnunicorn) I'd like to introduce a first experiment for the rust sdk; a high-level batteries-included Bot SDK, from which any developer can create a bot on matrix with...

Currently this repo is grabbing issue templates from https://github.com/matrix-org/.github/tree/master/.github/ISSUE_TEMPLATE, maybe more specialized templates under a `.github/ISSUE_TEMPLATE` folder would help here.

#### Background and Context With [`areweoidcyet.com`](https://areweoidcyet.com/), the Matrix Foundation has (imo) displayed enough commitment to the pushing ahead of the likes of [MSC3861](https://github.com/matrix-org/matrix-spec-proposals/pull/3861) (and related MSCs) For Ruma, this effectively...

effort/hard
type/refactor
type/msc

This came up while discussing https://github.com/ruma/ruma/pull/1161; `ammonia` might not be flexible enough to match what the spec wants for HTML sanatization. Out of that issue, I questioned how much code...

effort/hard
type/experiment

This seems to have slipped through the cracks in https://github.com/ruma/ruma/issues/928 The main advantages of this would be to compress memory usage of identifiers even further, at the cost of some...

effort/easy
area/identifiers