Tyler Thompson

Results 34 issues of Tyler Thompson

It'd be really nice if there was a fluent API for stubbing. I personally feel this drastically helps readability and has the added benefit of making it very simple to...

Hello! I'm getting a phase script error of `/Pods/Cuckoo/cuckoo_generator: terminated with signal 4; aborting`. I have narrowed it down and believe it's the following line that's causing an issue `@LazyInjected(Container.service)...

bug

So I was trying to mock UserDefaults `string(forKey:)` method using OCMock. My attempt: ```swift let mock = objcStub(for: UserDefaults.self) { (stubber, mock) in stubber.when(mock.string(forKey: "key")).thenReturn("value") //SEG FAULT 11 } ```...

help wanted

### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug So we've got a parent config...

enhancement

As seen in the attached image polylines are not really straight. I've just got black lines with a stroke of 0.3 (have also tried stroke width of 1 and 3)....

feature-request

I've run into a problem I don't fully understand. I'm getting a cached result when using a UIViewRepresentable and calling `.actualView().uiView()` that's causing tests to fail for the wrong reason....

### The problem I've been running into a plethora of `EnvironmentObject` issues. Seemingly, nested views that rely on it have lots of issues finding it after state changes. My specific...

feature request

One of the ways to programmatically dismiss a view is by using: `@Environment(\.presentationMode) var presentationMode` then calling `presentationMode.wrappedValue.dismiss()`. So if you've launched that view with a Binding of some kind,...

known limitation

I scanned through current issues and noticed that somebody had played with this idea before and that it *might* be in 3.0. That being said I'd really love this functionality...

Heya folks, I'm a big fan of the framework, I've run it on a few projects thus far and the feedback it gives is great! My problem is that it's...