anenviousguest

Results 9 issues of anenviousguest

# `oninput` detection fix for IE9- The oninput event detection was not as precise in IE9- as it could be. The oninput test was reporting `undefined` instead of `false`, thus...

Should fix #29 : under circumstances, on Windows machines the paths will be absolute, and sensor and sequence matcher do not account for that. The same problem persists in https://github.com/Sagacify/sonar-scala,...

### Proposal Right now, if we look at [format string reference](https://docs.wiremock.io/response-templating/dates-and-times/#format-string-reference) in the wiremock documentation, it seems to be assumed implicitly that the wiremock server is running with en-US locale,...

enhancement

Otherwise, when parsing *.md files with windows-style line breaks (CR-LF), one of the line break characters would remain in the title, thus breaking the markup for the table of content.

On windows, when run in Cygwin environment, it fails like below: ``` git spr git error: chdir /cygdrive/c/dev/sourceCode/temp-playground/spr: The system cannot find the path specified. Process finished with the exit...

The title says it all. Not everyone appreciates plain text passwords in the scripts which start up the container.

Took a stab at fixing #3943. Not quite sure what was the reason for explicitly forbidding such methods back then, given that it works perfectly fine - at least as...

### Expected behavior Given a mapping method which takes a single argument of primitive `long`, like below: ```java import org.junit.jupiter.api.*; import org.mapstruct.*; import org.mapstruct.factory.Mappers; import static org.assertj.core.api.Assertions.assertThat; class PrimitiveMapperTest {...

bug