Kirill Pahnev

Results 14 comments of Kirill Pahnev

I think there is delegate methods for this. Check Storyboard example.

Did this just yesterday. You have to make the tableview smaller. Here is the size I'm using on right side: ``` objective-c UITableView *tableView = [[UITableView alloc] initWithFrame:CGRectMake(self.view.frame.size.width/3.5f, (self.view.frame.size.height -...

That's how I ended up making my menu for the right side. Or you could align the text to right but that looks pretty horrible. On Sat, Feb 21, 2015...

I'm keeping the original panning animation so for me it looks the same. Perhaps you can resize yours differently for each screen size.

So how would one do this with this menu then? Instead of giving vague answer try to give an example. To be honest it kinda is library issue because of...

Just made a PR. I'm not too familiar with with delegates, but I think this is better solution.

This is an old issue, but there seems to be support for this using [Code insights API](https://github.com/danger/danger/blob/master/lib/danger/request_sources/bitbucket_server.rb#L92). Only requires exporting the following [environment variables](https://github.com/danger/danger/blob/master/lib/danger/request_sources/bitbucket_server.rb#L24-L26): ``` DANGER_BITBUCKETSERVER_CODE_INSIGHTS_REPORT_KEY DANGER_BITBUCKETSERVER_CODE_INSIGHTS_REPORT_TITLE DANGER_BITBUCKETSERVER_CODE_INSIGHTS_REPORT_DESCRIPTION ```

Hey @orta, took a while to look into this again, but I rethought the change and opted out not to not break the existing behavior and instead have this to...

Honestly either way works for me. I guess if we set it to true, it's more inline how it works for GitHub? Would changing the name to `DANGER_BITBUCKETSERVER_DISMISS_OUT_OF_RANGE_MESSAGES` make more...