Dávid Szigecsán

Results 9 issues of Dávid Szigecsán

Implemented the following feature request: https://github.com/szpak/gradle-pitest-plugin/issues/237

Implemeted the following feature request: https://github.com/szpak/gradle-pitest-plugin/issues/85

Hi, It would be great if choose-tree ` w` use the actual ssh hostname for pane. How could I change the displayed hostname in this view? - The automatic rename...

waiting for feedback

### For all changes: - [X] Is there a issue associated with this PR? Is it referenced in the commit message? - [X] Does your PR title start with `#XXXX`...

- Extract method to reduce cognitive complexity of createHeaders() - Rename a variable to make it more readable

## What changes were proposed in this pull request? - Replace String.indexOf() calls with String.contains() method for improved readability - Remove unnecessary explicit type parameters - Replace try-finally statement with...

### What would you like to be improved? According to https://www.ietf.org/rfc/rfc2616.txt (4.2 Message Headers), HTTP headers are case insensitive. The Metadata should handle all the case sensitivities, not just lowercase....

help wanted
good first issue

CalendarValidatorTest.testFormat() - Ordered and separated test case blocks (for details see commit message) - Renamed variables - Reorganized statements - Remove unneeded DateFormat instances CalendarValidatorTest.testCalendarValidatorMethods() & CalendarValidatorTest.testDateTimeStyle() - Replace "11"...