I noticed that you're using serde for deserializing ratatui types - Just a quick heads up of the upcoming change in the next version: https://github.com/tui-rs-revival/ratatui/pull/205. I haven't dug into the source to check, so I'm not sure if this will affect your usage. (There's only two crates using the serde feature right now - yours and xplr)
I noticed that you're using serde for deserializing ratatui types - Just a quick heads up of the upcoming change in the next version: https://github.com/tui-rs-revival/ratatui/pull/205. I haven't dug into the source to check, so I'm not sure if this will affect your usage. (There's only two crates using the serde feature right now - yours and xplr)