Results 7 issues of Rounak

I want to fire a submit request to the server when the return key is pressed on the last field. I know that the return key in other fields is...

``` -[NSProxy doesNotRecognizeSelector:_accessibilityValueForKey:] called! Thread : Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x27f0a5f7 __exceptionPreprocess + 126 1 libobjc.A.dylib 0x3577cc77 objc_exception_throw + 38 2 CoreFoundation 0x27f0a53d -[NSException initWithCoder:] 3 Foundation 0x28c10181 -[NSProxy...

bug
pending

We're seeing some PINRemoteImageWeakTask leaks in the memory graph debugger. Looking at the PINRemoteImage code, we store this weak task using `[NSURLProtocol setProperty: forKey: inRequest:]` method. But we never seem...

We are using PINRemoteImage's processorBlock to download an image from a URL, and then processing it using Core Image. We return `UIImage(ciImage: processedCoreImage)` in the processorBlock. However we're hitting an...

Many a times, during map, I need the index of the object as well. Do you think it makes sense to add a mapWithIndex method?

https://github.com/soffes/imgix-objc/blob/master/Imgix/IGXFormat.m#L48 `if (!string || string.length == 0)` you check if the string is nil or if its length is zero, but having a single check for string length zero should...

I would love to use MLX Swift inside an Xcode playground, to get an environment similar to Jupyter notebooks. However when I try to do this, I get an error:...