Manas Kumar Das
Manas Kumar Das
## Description Fixes [#981](https://github.com/pyrsia/pyrsia/issues/981) This PR excludes test modules from code coverage done using Tarpaulin by adding `#[cfg(all(test, not(tarpaulin_include)))]` accomplishing... and it can be reviewed by... you can also test...
Test code is currently part of the Code Coverage. Tarpaulin shouldn't consider test code regions to be part of code coverage calculation.
## Description Fixes pyrsia/pyrsia#756 This PR reduces the extra usage of `let _ =`. ``` fn main() { func_with_result(); //line produces warning } fn func_with_result() -> Result { Err("emergency failure")...
## Description Closes pyrsia/pyrsia#1200 This PR enhances the documentation of the **Quick Installation** guide. It describes how to install Pyrsia Installer on macOS using Homebrew package manager. ## Screenshots (optional)...
### Suggestion details Run & Test macOS Installer on a fresh machine. It is best to avoid developer machine as developer's machine has so many things already preinstalled. Possible test...
### Suggestion details Enhance Pyrsia Installer :: Run pyrsia_node as a service at start up ### Additional details _No response_
### Suggestion details Pyrsia macOS installer user documentation. ### Additional details _No response_
### Suggestion details `pyrsia config -s` or `pyrsia config --show` should display config file location along with the configuration. ### Additional details _No response_
### Steps taken/Steps to reproduce Currently `0.1.0` hardcoded in the build job. Support fluid versioning as per semver ### Expected Behavior Create archives with correct versioning even when we use...
### Suggestion details Deploy Python App Homebrew repo to enable downloads from cloud buckets ### Additional details _No response_