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

Experimental. Needed for the server side only.

The current implementation of local import detection uses the list of files (tree) from HEAD to check if any of the imports have similar names. Those that match are deemed...

enhancement
privacy

GraphQL is needed for the cloud part of STM. * [ ] add custom scalar support for u64 and other scalar support * [ ] test it works with the...

enhancement

The text > 0dminnimda is not a registered member of StackMuncher. hints that there should be some "registration" thing, but I don't see any. Is there ane plans to add...

This is something that has been overlooked from the beginning. The app counts LoC at the last commit and ignores everything that happened before that. It is not easy to...

A dev may make commits to the same project under different identities. STM produces individual reports for every contributor and then merges them. It result in the same files being...

bug

* [ ] **Ansible**: https://stackmuncher.com/nickjj / https://github.com/nickjj/ansible-whenever * [x] Terraform * [x] Ruby * [ ] Pascal - is it still in use? [Example](https://github.com/MerlijnWajer/Simba) via @JohnPeel * [ ] Elixir...

enhancement

Pascal and Puppet share the same `.pp` file extension. Pascal files are processed as Puppet files at the moment. 1. The syntax for expressing muncher selection params other than the...

bug

Some languages have simple, one line `import xyz_lib` or `use abc_mod` type of statements, while others like Rust and Go can have nested import statements. E.g. Go ```go import (...

enhancement

A file name with non-ascii chars get encoded and escaped in git-log making it impossible to parse. This purely git-log issue. The blobs can be accessed with no issues. *...

bug