V-Ken Chin

Results 4 issues of V-Ken Chin

The latest version (v2.5.3) is not yet published on NPM: https://www.npmjs.com/package/react-native-pusher-push-notifications

Article: https://github.com/NSHipster/articles/blob/master/2014-09-15-image-resizing.md ``` swift import ImageIO if let imageSource = CGImageSourceCreateWithURL(self.URL, nil) { let options: [NSString: NSObject] = [ kCGImageSourceThumbnailMaxPixelSize: max(size.width, size.height) / 2.0, kCGImageSourceCreateThumbnailFromImageAlways: true ] let scaledImage =...

When a user types quickly or when a search text is deleted (by holding the delete key to delete a letter at a time), MapKit may throttle the search causing...

Hi Frank, Was wondering if there was a reason for disabling embedded relationships? https://github.com/frank06/ember-data-save-relationships/blob/master/addon/index.js#L42,L43 ``` // do not allow embedded relationships delete serialized.data.relationships; ``` Some of my relationships needs that...