David Thompson
David Thompson
Began work on this in https://github.com/Pepsi1x1/XDtoXF/tree/fontResources Still needs some rework before creating a PR
Created PR #12 to implement this feature
This along with the previous PR hits milestone 1.0.1
Implements issue #4
You should replace it with a cast of the same type, in this case: AQGridViewAnimatorItem * animatingItem = (AQGridViewAnimatorItem *)objc_unretainedObject(CFDictionaryGetValue( animatingCellTable, (void *)oldIndex )); becomes: AQGridViewAnimatorItem * animatingItem = (__bridge...
I really like the idea of it being a VS extension! It's given me some food for thought, such as if it's an extension then I guess if there is...
Failing test is due to the mock not creating the components object
@enyst all tests are now passing
Strongly in favour of this feature, we have queries on the hot path that would benefit from the perf gain here
+1 this would be great to see and would benefit us across a number of projects