Gabriel Simonetto
Gabriel Simonetto
While working on #94 we wound up wanting to build better errors for some cases, one of them is [this FinalError](https://github.com/ouch-org/ouch/blob/master/src/archive/tar.rs#L68): ```rust builder.append_file(path, file.file_mut()).map_err(|err| { FinalError::with_title("Could not create archive") .detail("Unexpected...
**Describe your context** ``` $ pip list | grep dash dash 1.18.1 dash-core-components 1.14.1 dash-html-components 1.1.1 dash-renderer 1.8.3 dash-table 4.11.1 ``` - if frontend related, tell us your Browser, Version...
I will be borrowing the example from #19, since it has some relation to how I found this error on my own code. So, we know from that issue that...