Results 6 issues of Paul Bors

You really have to stop taking so many issues in this project and close all those support questions. Instead use a mailing list and keep the issues simply for bug...

Instead of overwriting (not overloading) Selenium’s reset() function, it’s better to use the proxy design pattern so that if the original function changes we won’t break Selenium IDE’s init code...

When the sideflow.js is added to the user-extensions.js for the Selenium Maven Plugin to run the Selenese HTML test suit, the script breaks inside initialiseLabels() as the testCase is not...

Interested into how others have been able to solve for accessibility use-cases using this SDK as we're finding ourself in a pickle when some content on the page is taking...

Resilience4j version: 2.0.2 Java version: 17 I am using below artifacts w/ Spring Boot 3.x ```xml io.github.resilience4j resilience4j-spring-boot3 2.0.2 io.github.resilience4j resilience4j-reactor 2.0.2 ``` With below configuration: ```properties resilience4j.circuitbreaker.configs.default.registerHealthIndicator = true...

question

As a system administrator, I would like to see errorLogs in Netty web server similar to those of Apache HTTPD when the client socket is closed and we receive no...

type/enhancement
help wanted