Jeff Hui
Jeff Hui
That requires double the implementations for matcher writers. But I think you've convinced me enough. I'll merge that PR once it's a good state :+1:
Hey @stephencelis, Sorry for worst turn-around on record. I'll look to try and get the PR up-to-date in the coming weeks. I'm still interested in getting this into Nimble. I...
Hey @jorishjanssen, Thanks for filing a bug. The behavior you see is definitely not ideal. It seems like two separate issues. First, Nimble is producing an error message that is...
The easiest pass is to compose `fromElementsIn` and `suchThat` ([Fox](https://github.com/jeffh/Fox/blob/master/Fox/Public/Generators/FOXStateMachineGenerators.m#L15-L37) does this). It's practical for testing a basic class-level API. But `suchThat` is inefficient in practice for larger applications. A...
Looks good! Just a small tweak. I think the keys should be pluralized: `prerequisite` -> `prerequisites` and `corequisite` -> `corequisites`
It sounds like a great idea, but I don't know all the abbreviations for all courses for all majors :X is there a list for something like this?
I think this is a good change to make. For mostly experimental reasons, I've avoided integrating XCTest since that is the only function required and it's harder to integrate it...
That's definitely a bug.
Hmm, not anything that immediately comes to mind. I'll take a look at it in the next few days. — Sent from my iPhone On Mon, Oct 5, 2015 at...
Hey @kremizask, What version of Xcode are you using? It seems to me that Cocoapods prevents ios frameworks from being installed for iOS 7 or lower since they are not...