Phil Bolduc

Results 30 issues of Phil Bolduc

There are a number of parameter checks where the length check looks for `> 512` but the error in the exception says 1024. For example https://github.com/minio/minio-dotnet/blob/bb2d0943552114d37e59bf8194b384aad129d765/Minio/Helper/utils.cs#L78-L79 https://github.com/minio/minio-dotnet/blob/bb2d0943552114d37e59bf8194b384aad129d765/Minio/Helper/utils.cs#L84-L85

It would be useful to expose a away to determine if a template exists or not. Instead of changing the `RazorTemplateEngine`, a new type could be introduced that encapsulates the...

feature-request

I think it would be useful to be able to support filters on reporters so only certain metrics are sent specific reporters. I am thinking of the case where I...

enhancement

Having an extension that will report metrics to an instance of [Application Insights](http://azure.microsoft.com/en-us/documentation/articles/app-insights-get-started/) would be useful.

enhancement

Fixed a few spelling mistakes.

This is initial version of being able to add string comparisons for query strings. It is to address #134. There is still more work that will need to be done...

This PR adds unit test for QueryStringMatcher when the request URI is null. This increases the code coverage to 100%

Attempting to deploy a cluster on a new set of machines running [Diet Pi](https://dietpi.com/) does not work. Diet Pi has significantly lower resource requirements than a base Raspberry Pi OS...

Updated project references to target latest Selenium version.

enhancement

I have a long running test which times out after 60 seconds with this error: ``` The HTTP request to the remote WebDriver server for URL http://localhost:16051/session/65a753f16ca91b2035f4564f44781fb4/execute timed out after...

enhancement