Arthur

Results 24 comments of Arthur

Hey @curthard89 thanks for letting me know, your project looks awesome. I will mention it in `README`.

Hi Ralf, Thanks for the pull request. But I think `Objective-C` way to implement such type of logging is through `forwardInvocation:`. I made a [gist](https://gist.github.com/ap4y/5305500) as an example of possible...

Yes I understand that it could be tricky to handle all possible params, but in the end this class category simply invokes methods of the provided `path` instance according to...

I have checked the project, apparently it's working for me. Have you fetched `git submodules`? If not just do: ``` git submodule init git submodule update ``` inside project folder.