Results 53 issues of mx

### Problem https://doc.rust-lang.org/cargo/reference/workspaces.html is comprehensive, but could benefit from some clarifications and examples of how to create a workspace Anyone trying to create a workspace would have to piece together...

A-documenting-cargo-itself
C-feature-request
S-accepted

I was approached by someone claiming to be tachograph calibrator. He was wondering if it is possible to identify hacked devices by looking at the DDD files, probably by spotting...

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

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