Marco Neumann

Results 54 issues of Marco Neumann

It would be nice if `cloud-storage` would allow users to connect to an emulator like or for local testing. For this the following behavior changes are required: 1. Disable auth....

As per [RUSTSEC-2021-0127](https://rustsec.org/advisories/RUSTSEC-2021-0127) `serde_cbor` is unmaintained. Would be nice if it could be replaced by [`ciborium`](https://crates.io/crates/ciborium) or [`minicbor`](https://crates.io/crates/minicbor). I can take care of that, but I've seen #496 is currently...

Fixes #1966. The same issue existed for other database types, so I've fixed them as well. I couldn't find any runtime tests for migrations yet, so I've extended the migrations...

# Abstract For postgres, the migration script and the `_sqlx_migrations` state change run in two different transactions, which requires that the migration scripts are idempotent. This is quite hard to...

## Issue Summary Lockscreen freezes/breaks under Gnome 40. ## Steps to Reproduce 1. Wait for a pause (the longer 15min ones work better) 2. Press ESC to remove pause overlay...

**Type of issue**: other enhancement **Impact**: no functional change **Development Phase**: request **Other information** This is more a meta-issue mostly related to the beginners user experience. I think most of...

good first issue

As per https://github.com/edenhill/librdkafka/issues/1773 `DeleteRecords` was added to rdkafka in 1.6.0. This functionality is not yet mapped to Rust.

enhancement
help wanted

The network-related code (e.g. in `session.rs`) uses unwrap, even in places where failure is kinda likely. For example: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: IoError(Error...

As a user I would like to be able to block certain tags from my time-line so I don't have to deal with unwanted content (either stuff that's annoying, spammy...

feature request

# Abstract We use types in our documentation but it would be better to provide proper annotations. # Example From: ```python def add(a, b): """ Adds to numbers. Parameters ----------...

enhancement
good first issue