Results 53 issues of mx

The total lines per project are not consistent with the dev totals. E.g. https://stackmuncher.com/aggressivepixels has TS + JS < 70k lines, while just the latest project has 82k lines. ![image](https://user-images.githubusercontent.com/5926028/131570564-69403e9f-4dea-460a-ba22-92e067a4a43f.png)

bug

### Cargo bloat ``` File .text Size Crate Name 0.3% 1.1% 44.5KiB regex ::captures_read_at 0.3% 1.0% 41.0KiB stackmuncher stackmuncher::cmd_munch::run::{{closure}} 0.3% 0.9% 37.1KiB stackmuncher stackmuncher::config::AppConfig::new::{{closure}} 0.3% 0.8% 32.5KiB h2 h2::codec::framed_read::decode_frame 0.2%...

A catch-all issue for all sorts of poor and unhelpful help messages. * [x] multirepo setups have .git files in sub-repos, not .git folders, inform the user about such *...

enhancement

If library names are hashed in private reports they can be matched against a known library name to make it searchable. This decreases the risk of private library names being...

privacy

`stackmuncher addhook` should add a git hook to the current repo * [ ] - check if there is already a hook * [ ] - add it at the...

enhancement

Apr 11 07:58:54.618 ERROR pu{idx=2}: stackmuncher::git: Split failed on Author: This shouldn't be WARN with a more helpful msg. Test on repo `scan/Nicol`

enhancement

Git relies on email as the primary user identity. This may not work for us for a number of reasons: 1. The email used to commit is a dummy email...

enhancement

Deleting the entire account should be easy and irreversible. No backups, no leftovers. `stackmuncher --nuke` should delete all the data related to the account from: * S3 * PG *...

enhancement
privacy

## What if someone wants to delete a project? * `stackmuncher --unpublish` removes the current project from STM DB completely * `stackmuncher --unpublish KxnFH4mTcfEQ73umbt6e1Y` removes the project with ID =...

enhancement
privacy

Profile updates are near-live at the moment. If I make a commit on Project A it will move to the front of the list as the most recently updated. Imagine...

privacy