Sam Hanley
Sam Hanley
For example, if I am trying to parse a natural language representation of a date of birth -- if only a month and year is present, that date could still...
I'm trying to understand the intended expectations around the `validates_as_ci` method of the RequestSource class. In the base class, it provides an implementation whose intention makes sense: # @return [Boolean]...
Hello! My team is using this plugin and it's largely working great for us, but I've run into an issue recently: I'm trying to set an extra header to be...
I've got a use case where I want to launch three emulators at the same time, to execute my tests in parallel. Does this plugin support that? I'd appreciate any...
Hello there! I wanted to open a new issue for visibility, following up on #10. Unfortunately, the version of TestNG which Dependabot created a PR for was 7.5.1, rather than...
Resolves #6665 ### Short description 📝 > This pull request fixes an issue when using the Xcodeproj-based SPM integration to load an SPM package with binary targets pointed to a...
### What happened? Swift Package Manager supports packages declaring precompiled binary targets, using two syntax options: either via a remote URL, as in [binaryTarget(name:url:checksum:)](https://developer.apple.com/documentation/packagedescription/target/binarytarget(name:url:checksum:)), or via a local file path,...