Wolfgang Bumiller
Wolfgang Bumiller
I'm running into the same issue. And I think an `ErrorKind::Other` is a bad way signal this, IMO a simple wake-up should be fine? (Perhaps with an `is_error()` check on...
Using an existing guard in a match statement also triggers it, even if it's still used later on and held on purpose. ```rust fn main() { let data = std::sync::Mutex::new(vec![1u32,...
Ah sorry, my original case had the `match` inside a loop and I kind of missed that it diverged away from this issue when minimizing the reproducer. In fact, it...
I guess not a lot of people think about this: IMEs aren't only for asian text, you also get a lot of extras like emoji support without every GUI having...
It would be nice if there was some hotkey to switch to the regular password - or if entering an empty PIN would do that (for devices with pins...). Being...
It's quite saddening to see IME support neglected like this. Typing various languages and typing emoji on non-IME-supported languages, having some basic spell checking and autocompletion is something we've been...
I don't really have the time or energy to dig into android related things, android tends to just suck the fun out of everything with its anti-consumer culture of malpractice...
Search (Ctrl+F) hijacking is very aggravating, especially if it's a bad search. Please... fix...
Huh, interesting. Maybe that should additionally be in the much more obvious "Keyboard" section (the large category on the left, not the subsection in Preferences...) :S