Jimmy Briggs
Jimmy Briggs
any plans to implement this for windows users?
Minor typo in README example.
It would be nice to have a flag similar to the `--include-version-numbers` flag for the `choco export` command but for including the installation arguments of a given package (assuming the...
See https://www.microsoft.com/en-us/p/nanazip/9n8g7tscl18r?activetab=pivot:overviewtab and https://github.com/M2Team/NanaZip
Whenever I run `Import-Module Terminal-Icons` I receive the following array index related error message: ```powershell InvalidOperation: Index operation failed; the array index evaluated to null. ``` Currently I have `Import-Module...
**Description** When running the `New-StuccoModule` cmdlet under the latest version `0.5.0`, if you select to *Include VSCode dev container support* during the wizard, you will receive an error because there...
See the bottom of #38 for details: *** Note that during my inspection of these test files I found some other potential areas of improvement also. For example, on my...
**Description** Great package, I have been using the template for all of my modules! I noticed that during builds/testing my modules would always fail when implementing the `Manifest.tests.ps1` tests with...
In the [languagedetection](https://github.com/codersrank-org/repo_info_extractor/tree/master/languagedetection) module's [`analyzer.go` script line 116](https://github.com/codersrank-org/repo_info_extractor/blob/f29bf9e08d65d56e5dcb9ef6f1c931ad64d19573/languagedetection/analyzer.go#LL116C30-L116C30), the file extension `.cls` is currently mapped to the [APEX Language by SalesForce](https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_dev_guide.htm) which I do not believe is the optimal choice....