Results 5 issues of toyboot4e

Is `enum` not supported yet? Example: ```rust use imgui_inspect_derive::Inspect; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Inspect)] pub enum ShadowConfig { Blur, Raw, None, } ``` `cargo build`: ```rust error: proc-macro...

We have to remember the `--author ` argument every time we use `license-generator`. If the tools asks us like this, it would be easier: ``` $ license-generator license name: MIT...

Status: Proposal

It took me a while (years) to understand it so please let me share it. The picture below visualizes the coordinates in use to calculate slopes: ![BobFoV!](https://user-images.githubusercontent.com/47905926/88281501-bfe10a00-cd22-11ea-9b3a-45bd76603894.png) * The position...

I suggest adding more `HasCallStack` constraints. # 1. Missing `HasCallStack` constraints Some functions in non- `Generic` modules are missing `HasCallStack` constraints. ## Example: `VU.(!)` `VU.(!)` does not have `HasCallStack` constraint...

Currently ` *Mini` buffers visibility policy is unclear. It's sometimes visible in the buffers bar, but I guess they should be always hidden? If so, we would need a dedicated...