radiish
radiish
# Objective - Implements removal of entries from a `dyn Map` - Fixes #6563 ## Solution - Adds a `remove` method to the `Map` trait which takes in a `&dyn...
## What problem does this solve or what need does it fill? There is currently no way to remove an entry from a `dyn Map` other than through downcasting. ##...
when writing a tui with bevy, i found myself reaching for `bevy_framepace` but discovered it relies on `bevy_winit` in all cases. this PR gates the refresh rate fetching logic behind...
# Objective - #2474 added support for our first regex flag (`i`), but did not handle inline flags. - This PR implements the missing support for inline flags (`a(?i)b` matching...
## `shadow { struts {} }` this PR adds support for struts in shadows: ```kdl layout { shadow { struts { top 20 bottom 20 } } } overview {...
- we didn't have support for this flag in the config, which makes dealing with duplicate dependencies very tricky. - could in the future allow specifying the values of the...
- New way to track instances of injected classes, allowing injected finalizers to run properly, and fix the memory leaks which the documentation warns of. - Consolidate Il2CppObjectBase initialization (and...