Luke Redpath
Luke Redpath
Trying to use :from with :with raises an error that using any other option with :from doesn't make any sense. Doesn't it? I want to authorise my models using Pundit....
I'm trying to use the `json` snapshotting strategy to test my app's Codable types but I'm hitting an issue with new lines in the file causing the diffing to fail....
I'm trying to prevent selection of a cell by returning NSNotFound in the willSelect and willDeselect delegate methods for my grid, but it's not having any effect. Looking in the...
Updates the stack navigation documentation to include information on how to test that a specific element action is received using case key paths. Wording could maybe be improved but its...
Because Cloudflare is commonly used in front of web servers, this PR adds support for the [Cloudflare specific 5xx status codes](https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-503-service-temporarily-unavailable). Closes #19.
Would this library accept a PR for Cloudflare status codes in the 520-527 range? These are common for anyone who has Cloudflare in front of their website or API. They...
Adds a special `DefaultProvidingKey` which acts as a decorator around another persistence key and holds on to a default value. This allows you to define the default value for a...
I'm currently experimenting with a Ruby automation testing API that mirrors Apple's Javascript UIAutomation API, building on top of Frank and the Igor selector engine to do the heavy lifting....
These feel a bit too opinionated and most people will create their own. Lets refactor them a bit and document them.
### Background Apologies if this isn't the best place to have this discussion. What follows is a largely incomplete idea but one I think is potentially useful and I wanted...