Franz Dietrich

Results 14 issues of Franz Dietrich

## Setup ### Versions - **Rust: x86_64-unknown-linux-musl** - **Diesel: 1.4** - **Database: SQLITE** ### Feature Flags - **diesel: features = ["sqlite"]** ## Problem Description When cross compiling to `x86_64-unknown-linux-musl` target...

cross-compilation

Hey all, for a two day event with 30 hosts I need to create a bookable schedule - Each having 10 appointments. For a single person it is relatively easy...

Hey, I've selected this as my rustlearn project - I do know several other programming languages, some quite proficient. I was toying around with this project and copying things into...

Hey, I was trying to have an object zoom into existence then wiggle infinitely... I tried doing that with: ```rust Tween::new( EaseFunction::QuadraticInOut, Duration::from_millis(1000), TransformScaleLens { start: Vec3::ZERO, end: Vec3::ONE, },...

enhancement

# IMPORTANT Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;) * [x] I have read the [CONTRIBUTING.md](https://github.com/nextcloud/news/blob/master/CONTRIBUTING.md) and...

bug
frontend

I need to create users and groups from rust. Rather than implementing this in a separate crate I'd like to extend this crate. However I just learned rust and I...

I wonder if this library should create or use lock files like `/etc/passwd.lock` most passwd tools do respect those files. The cache could be more robust by locking on every...

### What happened? When member of a mailing list an unexpected shared folder appears when connecting to IMAP, see screenshot: ![Bildschirmfoto vom 2024-01-07 20-37-34](https://github.com/stalwartlabs/mail-server/assets/290005/8dfdb1b3-aaaf-43eb-afd7-3d65769bbfca) ### How can we reproduce the...

bug

### Which feature or improvement would you like to request? I'd like to see this feature: As discussed on Discord, the current mailing list implementation does not support external email...

enhancement