SZenglein

Results 12 issues of SZenglein

Android 7.1.2 Notification will still show "paused" when a filter is active #209

bug

A neat feature would be if it was possible to download or share images after they have been drawn. Either show a gallery of drawings at the end of the...

enhancement

I have been asked if it were possible to display charging progress while plugged in and turned off. Apparently it can be annoying to not see the charging state easily....

A wrapper type for streams that functions almost like take_while but also returns the first value that matches the condition would be nice to have. My use-case is returning a...

C-feature-request
A-stream

See https://github.com/rust-embedded/embedded-hal/pull/466

The previous code had some issues. First of all, with DONT_ACCEPT_SAME_RFID_TWICE it would not work at all. But without a change, not even that works correctly (due to gTriedToConnectToHost never...

I had some problems with pretty large mp3 covers. Initially I tought it was another AudioLib issue, but with these changes it works very smoothly, albeit slowly

### What happened? Consider this example code: (I am using tracing_opentelemetry, but it should be reproducible without it) ```rust let telemetry = { // Create a new OpenTelemetry trace pipeline...

enhancement
triage:accepted

## PR Info This is a relatively simple change where sea-orm-cli did not mark primary key columns as unique, resulting in a has_many relation where a has_one would be correct....

I have the following struct: ```rust #[derive(Deserialize, Serialize, ToSchema, Clone, PartialEq, Eq)] pub struct Auth { pub user: String, #[serde(skip_serializing)] pub password: Option, } ``` The struct is used for...