Rafał Augustyniak

Results 71 comments of Rafał Augustyniak

At Lyft, an example experiment configuration looks something like this: ``` variable_name varchar(100) experiment_name varchar(100) ``` This whole configuration ^ is stored inside of a `details` column of `experiment_config` table....

Since `needs-more-info` label was added here let me reference a line of code that works with a timestamps passed from within a backend layer. It can be found [here](https://github.com/lyft/clutch/pull/494/files#diff-cf243538a6469388918683649d5f648cR16) -...

+1, experimentation package would definitely benefit from this.

Hey, Unfortunately, I don't think there is a way to achieve what you want by using only the public interface of the `RATreeView`. Even more - I don't think that...

When (in what method/at which moment) are you setting `contentOffset` in a way described above?

Hi! Have you solved your issue or do you need a help?

Yes, it is by design. You don't need information from delegate about row being expanded/collapsed as you are the one who starts cell action by calling `expandRowForItem` or `collapseRowForItem` method.

Ok, I see. I think it is not possible to be informed about the end of the animation using current API. Why do you need this information? Maybe there is...

Hey, Thanks for report. Do you use `beginUpdates` and `endUpdates` method of the `RATreeView` when you perform batched updates?

@sarn Can you verify whether `NSFetchedResultsController` doesn't work correctly with version `1.0.3`? Note: `RATreeView` was written in a way that it should work correctly with `NSFetchedResultsController`. If this is still...