Aaron Brager

Results 113 comments of Aaron Brager

@jan-molak I mean the title and subtitle strings that appear on the build monitor view: ![image](https://user-images.githubusercontent.com/789577/28029885-67f93e02-6556-11e7-9fd2-b19d924e6a80.png) In my case, I want to regularly, automatically run some customer satisfaction analytics and...

Thanks, I guess it would be helpful if I could do more than `currentBuild.setDisplayName` and `currentBuild.setDisplayName` and `currentBuild.setDescription`.

That doesn't work exactly right on shorthand properties like `border`: ``` ["color: hotpink; font-size: 13px;border: 5px solid red"] ``` Also there are some spacing issues (we get the key `"...

Sure. Would you be interested in a pull request that added this functionality?

OK, I can include that. In which cases should `BOOL finished == NO`?

I'm unable to get the UITableView to report any `contentSize` changes from anywhere within the `performBatchUpdatesOnTableView:withRowAnimation:` method while I'm inserting rows. I've tried a few approaches, like: ``` NSLog(@" Content...

Since the table view stores its content size, my plan was: ``` CGSize oldContentSize = tableView.contentSize; // do stuff… CGFloat heightOffset = tableView.contentSize.height - oldContentSize.height; // add heightOffset to tableView.contentOffset.y...

That's OK, I'll work in it more. I think the tableview might cache the heights by itself, so I might be able to get the heights of the deleted rows...

@stefreak I've long since abandoned the project I was working on in 2014, so I would love to look at a sample project.

@yuki24 could we please merge this?