Luke Redpath

Results 22 issues of Luke Redpath

### Issue Link :link: I'm currently experimenting with the latest development Swift 5.7 toolchain and the Charts library was not compiling due to a bug in the implementation of `RangeReplaceableCollection`...

enhancement

As the variable name `fudgeFactor` implies, you've worked these values out yourself and used them to reduce the overall text bounding rect within the text view's frame. These values can...

It looks like I might be able to strip out the custom IPA packaging code and replace it with xcrun. Need to investigate, but it's always better to use existing...

Add unicode support. https://gist.github.com/7ae65630cce67f5081cf

Is there a reason for this behaviour? I'm running the steps in dry-run mode to count the number of features with a given tag, using `beforeTagged()` to increment a counter....

This check is pretty annoying and naive - it will fail if I have a variable called `inputs` for example. Also, I *want* to use `puts` in my Dangerfile to...

Enhancement

# Report ## What did you do? I'm trying to test changes to my Dangerfile locally - every time I make changes I can never remember how to do this...

Adds a new `.scoped` operator on URLRoutingClient that can be used to create scoped clients. This supports a use case where your main client may support a large number of...

I was wondering if anyone else runs their snapshot tests on CircleCI and if so, you've had problems getting them working. We have some snapshot tests for our iOS views...

I'm trying to use SwiftPasscodeLock in a system where multiple users can use an app in a shop environment. The user needs to identify themselves using a PIN before they...