Peter Paulis

Results 54 comments of Peter Paulis

Hi Looks like a newer version of cocoapods that came out during this issue fixed this Dňa št 23. 3. 2023 o 18:36 Elliot Mawby ***@***.***> napísala(a): > I apologize...

found the problem, looks like some images report incorrect size and than the crop gets wrong using the alternative to find the size bellow (and than cropping with it!) fixed...

a good approach looks like getting the size from CIImage, but with concating multiple filters, this could be a problem as sometime the extent is infinite ``` - (NGImage *)filter:(NSString...

Just a note, in the VCMI settings i can enter manually up to 273%, but it still shows the bars

I was using the ObjC Realm in Swift and faced issue how to declare an array of String `@objc dynamic var paths = RLMArray(objectType: RLMPropertyType.string, optional: false)` turned out `@objc...