Josh McKinney
Josh McKinney
Holding for resolution of discussion at https://forum.ratatui.rs/t/naming-render-traits-methods/68
Current:  New: 
It can even be a little smaller... 
BTW, in that change I also fixed the font kerning around the A / T to look a bit nicer. Altogether: Current:  First update  Font Kerning fixed: ...
> > First update > > Font Kerning fixed: > > Hmm, the first one looks better to me. Second one's T has a space in it. I'm not sure...
Tweaked this a bit to add docs, tests, neater code, etc. Rendered docs: 
Discussion moved to https://github.com/eyre-rs/eyre/issues/184
Some questions to think about: - should this be able to attach a callback for each hook type (panic / error)? - should this be another method similar to the...
It turns out that my mental model for how the eyre_hook worked was a bit wrong (as noted in https://github.com/ratatui-org/ratatui/issues/1277). I thought it acted similarly to the panic hook (catch...