DwayneCoussement

Results 4 issues of DwayneCoussement

`func testAdvancedPath() { let result = PathParser.parse(path: "$.array[?(@.id==5)]") XCTAssertNotNil(result) }` => This doesn't return a valid path, json to test with is following, check with http://jsonpath.com: `{ "array": [ {...

It can be convenient to open the App Group as well.

enhancement

Hi, We are using actors that implement a protocol and we ran into a problem while generating mocks. We have the following protocol ``` protocol AwesomeProtocol: Actor { func test()...

Currently with significatn location changes the client of this library needs to implement a whole part on it's own in `didFinishLaunchingWithOptions`, and check the the launchOptions for the `UIApplication.LaunchOptionsKey.location` key....

enhancement