Stefan Matar

Results 4 issues of Stefan Matar

Hi! I appreciate that you created a provider for confluent cloud! I would suggest this improvement: Could we have TypeFloat instead of TypeInt for ingress and egress values? The reason...

enhancement

### Version 26.6.3 ### Steps to reproduce 1. Define a test timeout with 100ms: `testTimeout: 100` 2. Have an `it.each` test with 4 runs, where each run takes eg. `50ms`...

Needs Triage
Bug Report
Stale

### TL;DR I would like to not include the commit links in the CHANGELOG.md We would like to take the generated changelog file and publish it onto another platform -...

type: feature request
priority: p2

Given: ``` @@ -1,5 +1,5 @@ A B -C +XYZ D -E ``` On file: ``` A B C D E ``` It returns `'A\nB\nXYZD\nE'` but should be `'A\nB\nXYZ\nD'`