Per Østergaard

Results 7 issues of Per Østergaard

After gotten a PR merged, I still cannot see the updated version after `pip install pytm`. This make we wonder how is versioning done and how packages are released? I...

The current threatsFile property of class TM is defaulted to - ```python threatsFile = varString( os.path.dirname(__file__) + "/threatlib/threats.json", onSet=lambda i, v: i._init_threats(), doc="JSON file with custom threats", ) ``` If...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

WG-Cmdlets-Core
Needs-Triage
WG-NeedsReview

Hi I have two Rust tests, Luhn and Forth, that both passes all test locally but fails online. In both cases, the output from the test are - ![image](https://github.com/exercism/rust/assets/6398503/d4082f05-931a-494f-b5e5-80ffdcab1e27) To...

# PR Summary I am not sure why the tests does not work. It seems to be related to when $TestCases is set and perhaps it is related to Pester...

## Problem Application Composer reformats the file just by opening it. And the reformatting removes the last empty line. ## Steps to reproduce the issue When I have specified a...

bug
appcomposer

Dependabot is great at keeping things up to date. However, as this action specifies SAM CLI's version as an argument like ```yml - uses: aws-actions/setup-sam@v2 with: version: 1.120.0 ``` dependabot...