mgoldenberg

Results 9 issues of mgoldenberg

Hi, I'm trying to schedule two tasks at the same time on the same date that both require a particular resource whose `isNotReservable` field is set to `true`. As far...

Hi! I'm trying to support `serde`-based serialization on some Protobuf types I have generated using `prost`. I do this conditionally by putting the following in the build script for my...

help wanted

When creating an `mpsc::channel` with a capacity of 0, calling `Sink::send` on the `Sender` will `await` forever. [Here](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=4b0078249562c3e18039ca53ca55dfb5) is an example, which is also copied below for ease of viewing....

## Background This pull request is part of a series of pull requests to add an IndexedDB implementation of the `EventCacheStore` (see #4617, #4996, #5090, #5138, #5226). This particular pull...

_**This pull request contains a number of breaking changes!**_ @Alorel, I am planning to host a fork with these changes, but I wanted to provide them here as a pull...

size/L

## Overview Currently, [`OpenDbRequestBuilder::with_on_upgrade_needed`](https://docs.rs/indexed_db_futures/latest/indexed_db_futures/factory/struct.OpenDbRequestBuilder.html#method.with_on_upgrade_needed) passes two arguments to the provided callback: a [`VersionChangeEvent`](https://docs.rs/indexed_db_futures/latest/indexed_db_futures/database/struct.VersionChangeEvent.html) and a [`Database`](https://docs.rs/indexed_db_futures/latest/indexed_db_futures/database/struct.Database.html). Unfortunately, neither of these provides access to the active version change transaction, which means...

## Background This is the final pull request in the series of pull requests to add a full IndexedDB implementation of the `EventCacheStore` and `MediaStore` (see #4617, #4996, #5090, #5138,...

## Overview The basic issue is that when a user is logged in via a particular device and leaves a room through that device, the room continues to be visible...

There are a number of tests in `matrix_sdk_sqlite::event_cache_store::tests` which may benefit from consolidation. They fall into three categories. 1. Tests which are **_not covered_** by `EventCacheStoreIntegrationTests` but only use functions...