Cookie04DE

Results 7 issues of Cookie04DE

**Describe the bug** The server does not start and an error gets printed. **To Reproduce** 1. Run ```docker run -it -v ~/minecraft/config:/opt/minecraft/config -v ~/minecraft/worlds:/opt/minecraft/worlds -v ~/minecraft/plugins:/opt/minecraft/plugins -v ~/minecraft/data:/opt/minecraft/data -v ~/minecraft/logs:/opt/minecraft/logs...

### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one. - [X] This issue only relates...

unverified
races

Consider the following code: ```rust use std::fmt::{Debug, Display}; use chumsky::{prelude::*, util::Maybe}; #[derive(Debug, Clone, PartialEq, Eq)] enum MyErr { Unexpected { expected: Vec, found: Option, span: SimpleSpan, }, UnclosedComment { start:...

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug

I think there's a mistake in the following example. This line blocks the runtime executor, since it blocks (not with `.await`). It needs to be wrapped with `tokio::task::spawn_blocking` or equivalent....

### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one. - [X] This issue only relates...

bug
races

I am frequently using rustic to back up to different types of file systems: ext4 and exFAT for example. I have until now been to lazy to add the devices...

S-triage