SuchAFuriousDeath
SuchAFuriousDeath
**Describe the bug** On some laptops, a touchpad tap (not a click) on a suggested varchar option (when custom options are configured in params) closes the selection (just like clicking...
**Is your feature request related to a problem? Please describe.** currently, new view modes can be added only for specific entity types, not for all entities. **Describe the solution you'd...
**Describe the bug** I believe that this method: https://github.com/emilk/egui/blob/8b8595b45b4c283a2a654ada081342079170e3ab/crates/egui-winit/src/clipboard.rs#L32 is not supposed to be safe. It calls this method from smithay-clipboard (with the smithay-clipboard feature on): https://github.com/Smithay/smithay-clipboard/blob/26c2f53f15f6bdc4f41a442d0ae2c2d63bbc617c/src/lib.rs#L34, however, the safety...
Cell::as_array_of_cells and PanicHookInfo::payload_as_str are both stable since 1.91.
Fixes the game mentioned at #12460 ('The End') for me and makes it playable (without the changes, a RangeError is thrown. However, the issue also mentions a separate error that...
Fixes #17141 Test upcoming, I'm putting it here just in case my willpower to finish this disappears.
Fixes #12490. I do not fully understand this tbh and not sure if this is the correct fix. What happens is that the game tries to cache movie clips using...
The SyntaxError enum does not currently differentiate between and unclosed processing instruction and an unclosed xml tag: https://github.com/tafia/quick-xml/blob/646ce4b866ee574f9f7e85de1496eea519ac2166/src/errors.rs#L22 I was trying to make some tests pass in [Ruffle](https://github.com/ruffle-rs/ruffle) and it...
**Describe the bug** Duplicating a Task created from an email results in a "Cannot set ID attribute for link 'email' as there's no link field." error. **To Reproduce (MANDATORY, DO...