imsnif/diskonaut

Feature: error reporting with clean stacktraces

Open

#18 opened on Jun 17, 2020

 (2 comments) (0 reactions) (0 assignees)Rust (93 forks)github user discovery
help wanted

Repository metrics

Stars
 (3,066 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Right now, if the app panics, the stacktrace we see is very much messed up and hard to read, since the terminal is in "raw mode". It would be nice if we could catch all these errors, clear the terminal, exit raw mode and then print them to the screen.

Contributor guide