Ash Furrow

Results 267 comments of Ash Furrow

No need to apologize! My understanding was `LOLCOMMITS_DIR` is the directory within which the other directories are placed – if not, that would work :+1: I'm interested in writing the...

I don't think it's currently possible, though the [feature exists in the underlying library](https://github.com/uber/ios-snapshot-test-case/pull/64) which we could use [here](https://github.com/ashfurrow/Nimble-Snapshots/blob/4f2aad7a103821cee7b2a7dcfa05e8b78761c6e9/Nimble_Snapshots/HaveValidSnapshot.swift#L53-L57). I'm open to reviewing a PR, if you're interested?

Sorry, I haven’t worked much with SwiftUI and I’m not sure. We use the underlying snapshot test case library, maybe check their GitHub repo for similar issues?

@robinbonin Thanks for letting us know!

Hi there, I'm not sure. What happens if you replace `expect(controller) == recordDynamicTypeSnapshot(...)` with something like `let _ = controller.loadView()` or something? To see if it's a memory leak in...

Neat, didn't know about that! I don't see any reason we shouldn't include this feature, would love to review a PR together 👍

Hi there, and thanks for the question. This is the exact right place. So let's see if I understand – the question is how developers can run their unit tests...

Yup yup. This is the correct code, I'll update the readme: ``` swift action : Action = Action(workFactory: { input in return networkLibrary.checkEmailExists(input) }) ``` Let me know if that...

Updated: https://github.com/RxSwiftCommunity/Action/commit/b620bf34d25a89dedc3da4bad47c926d2d1aa8cc