Nat Pryce
Nat Pryce
See https://en.m.wikipedia.org/wiki/ICalendar This would allow project history to be visualised in calendar apps
This makes dependency management in client code easier.
I'd like to easily fake an indexed getter. E.g. the method HttpServletRequest::getHeader(String) -> String. I was thinking it could be done with a map in the faker delegate. Something like:...
If working incrementally, I'll start with an almost empty implementation. E.g. it'll return an empty string or somesuch. I'll run the test to see a failure. The Approver generates an...
I have a formatter for Markdown output, another for CSV output, etc. etc. I'd like the SourceOfApproval to create files with the extension .md when I use the Markdown formatter,...
E.g. set file extensions, etc.
This makes it simpler to report the time of request accurately. I had to change the Java8HttpClient test to fix a test failure. Please check that it uses the contract...
The URL in the Location header can be either relative to the request URL or an absolute URL (see https://httpwg.org/specs/rfc9110.html#field.location). The FollowRedirects client filter should resolve relative URLs before performing...