Vlad Tsepelev

Results 10 comments of Vlad Tsepelev

Vote for tab https://github.com/diiq/atomatigit/issues/105 +1

I just started to writing new simple api file version 3 and tried to user run router, but got syntax error. Not sure what exact feature lead to that. ```...

Confirm that! I also get nil's sometimes!

-itemSubviews method (GMGridView.m) returns incorrect subviews from cache. I have 230 items in grid, but code `subviews = [self.itemSubviewsCache copy];` returns only 70...

as a quick fix you can use `[_gmGridView performSelector:@selector(setSubviewsCacheAsInvalid)];` before your `cellForItemAtIndex` invocation.

I'm also experiencing some issues with data lose. I have millions of documents in collection and sometimes random documents not updated/deleted. And I have no understanding how to fix/avoid this...

Сейчас нет, но вы можете прислать pull request — это небольшие изменения.

Is there a way to use with existing deployment directory, and not create extra folder `sources` with git repo root?