Gili Tzabari

Results 145 issues of Gili Tzabari

Some parameters, such as `--master` take URLs. If the URL ends with a slash and the script appends other components to it, the URL does not resolve properly. The script...

bug

Picking up on http://cvalcarcel.wordpress.com/2009/09/13/watchmaker-a-first-and-second-example/#comment-96 please consider adding support for Differential Evolution [1]. By all accounts it seems to produce optimal results much faster than Generic Algorithms and does not use...

### TestNG Version 7.5 ### Expected behavior TestNG runs tests. ### Actual behavior TestNG throws an exception: ``` [ERROR] java.lang.AssertionError: Couldn't find resource: jquery.min.js [ERROR] at [email protected]/org.testng.reporters.jq.Main.generateReport(Main.java:91) [ERROR] at [email protected]/org.testng.TestNG.generateReports(TestNG.java:1127)...

Feature: report
Need: sample

## Hello! - Vote on this issue by adding a 👍 reaction - To contribute a fix for this issue, leave a comment (and link to your pull request, if...

kind/bug
awaiting-upstream

**Jetty version(s)**: 11.0.11 **Java version/vendor** `(use: java -version)` ``` openjdk 18.0.2.1 2022-08-18 OpenJDK Runtime Environment (build 18.0.2.1+1-1) OpenJDK 64-Bit Server VM (build 18.0.2.1+1-1, mixed mode, sharing) ``` **OS type/version** Microsoft...

Bug

**Jetty version(s)**: 11.0.11 **Enhancement Description** When the request or response headers are too large, Jetty throws an exception stating `Request header too large` or `Response header too large`. Is it...

Enhancement

**Jetty version(s)** 11.0.1 **Enhancement Description** For example, I assume that `HttpClient.setRequestBufferSize()` and `HttpClient.setResponseBufferSize()` refer to a value in bytes but it would be helpful for the Javadoc to state this...

Enhancement

Following up on https://github.com/swagger-api/swagger-core/issues/1012 I'd like a service to return an Enum type and then document enum values by providing a separate annotation per value. I expect Swagger to aggregate...

schema-object

I understand that JSR 305 cannot be imported directly into this library due to licensing reasons but my library needs the functionality provided by `javax.annotations.CheckReturnValue`. Please reimplement this functionality as...