Łukasz Rutkowski

Results 39 comments of Łukasz Rutkowski

It's most likely the same issue as the one I've fixed in #18. Unfortunately that hasn't been merged so you would have to build the library yourself from that branch...

Sorry if I wasn't clear enough. I meant that test for when I expect **less** params than the one sent should fail. Tests when I expect **more** params indeed report...

> Do you have any clue on what other libs like WireMock or RestMock do for this given scenario? Unfortunately not. I'm new to this form of testing and your...

The same happens when functions differ only in generics: ```swift public class SomeClass { public func onMessage(action: () -> Void) {} public func onMessage(action: (T) -> Void) {} } ```

@maniac103 what's the status on this? Is the mentioned repository available somewhere?

Got the diff and now that I look at it I think it might be a better idea to try a different solution. There are just too many factors in...

I found a library that implements something similar to what I described: https://github.com/SufficientlySecure/html-textview#support-for-html-tables ![peek 2017-04-13 21-08](https://cloud.githubusercontent.com/assets/5156340/25020088/66dc3b86-208d-11e7-9413-657e1265814f.gif)

I have found a way to implement this. See [this repository](https://github.com/Tunous/HtmlTextLayout) with proof of concept implementation. You can compile and run sample app from here. It's done by parsing comment...

Managed to get it to compile. Here is how it looks [for this comment](https://github.com/slapperwan/gh4a/issues/530#issuecomment-291004023): ![markdown](https://user-images.githubusercontent.com/5156340/32175777-37a05e10-bd86-11e7-8914-243d576d5406.gif)

Issue search feature is already implemented and from what I can see it does take into account text from comments too. This feature is about searching text inside of a...