Stefan Matar
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...
### 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`...
### 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 -...
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'`