Daksh
Daksh
@herr-seppia This is not a bug for sure. The problem only happens when creating/deleting cf(s) which happens only when initiating the cache. If a user decides to change networks on...
> > Edit: This is wrong, we can just add a warning on first init that this process is gonna take a while > > > > @Daksh14 Do you...
@orhun @joshka Inside https://github.com/ratatui/ratatui/blob/main/ratatui-widgets/src/canvas.rs#L131 this LOC is causing the overflow error in debug mode ```rust fn new(width: u16, height: u16) -> Self { let length = usize::from(width * height); Self...