Ununoctium117

Results 6 issues of Ununoctium117

In my implementation of IFileSystem, I am caching FileSystemEntry objects because the contents I am serving are static, so I can skip going to the filesystem most of the time....

* ebay is dangerous * things coming from China tend to be more likely to be bootlegs * watch out for sellers with random numbers in their name

**Summary** * Fixes a bunch of clippy warnings * Removes the accidentally-committed .DS_Store mac files * Fixes the error handling for the unimplemented `/escalate history` subcommand. Old behavior was to...

In my application, I wanted to allow keyboard shortcuts to interact with/close the modal as well. This was my first attempt: ```rust let modal = Modal::new(ui.ctx(), "confirmation_modal"); // shows the...