stm_app icon indicating copy to clipboard operation
stm_app copied to clipboard

This software engineer profile builder turns your code into a detailed list of skills for an online directory of software developers.

Results 41 stm_app issues
Sort by recently updated
recently updated
newest added

The way git-log is parsed at the moment is unreliable. If the log is corrupt the logic will fail or produce an incorrect result. E.g., a file named `commit log.md`...

bug

*git::get_contributor_commits_from_log* is used in *cmd_munch.rs* to add contributor commits to the report. It was superseded by adding a list of commits per contributor to the project report. It's not just...

enhancement

The front end was failing because date_head was missing from projects. Example: ``` "project_name" : "LeetCode", "github_user_name" : "EINDEX", "github_repo_name" : "LeetCode", "date_init" : "2019-01-03T14:52:23+08:00", ``` * https://stackmuncher.com/EINDEX * https://stackmuncher.com/KvanTTT...

bug

It's impossible to tell which project belongs to which report by looking at the front-end. **Front end**: `Private project #4120f` **Report**: `home_ubuntu_rust_ddd2es_b3a631ad` The front-end should have the same ID as...

enhancement

Do not look at files that were added, but never modified. This will exclude any copy-paste code and dependencies included with the project.

enhancement

Adding more munchers prompts a review of what is already in place. Relates to #8, #7. * [ ] rename "brackets only" to "white space" * [ ] rename "inline...

enhancement

When someone commits a single .rs file it doesn't have any *pkg* or *refs* sections because: * `use` statements are not parsed due to their complexity * `Cargo.toml` is not...

enhancement

The current implementation of the local import identification doesn't take the file type into account. For example `import logging` in a *.py* Python file will match on `scripts/logging.js` because: 1....

bug

`git submodule` lists all the modules. No idea how to access them or when. Submodules are listed in .submodules files and all the repos are centralized in one .git directory....

enhancement

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