Andrej Mihajlov

Results 191 comments of Andrej Mihajlov

@thepocp thanks for that! https://www.npmjs.com/package/@types/react-simple-maps

@Dysonapps I switched to Ensembles.

@Dysonapps only positive. If you need to plug-in cloud synchronization like today, then I don't know any better alternative to that.

@formvoltron My normal configuration is to align image view height with text label and set aspect ratio constraint. This way width will adjust naturally. I usually set larger image to...

@formvoltron I have dynamically sized icon that maintains aspect ratio and pinned to label with dynamic type font.

@formvoltron I explicitly pin image height to label height. Label height is automatic then based on dynamic type font. Aspect ratio constraint helps to maintain the width of image view....

@chrisballinger no they won't. `autoRemoveConstraints` does not work on arrays until you cast it to `NSArray`.

@chrisballinger you think it's possible to bundle that shim with PureLayout and have it working in Swift projects?

I wonder what's the standard behavior of `NSOperation.completionHandler`? Probably would make sense to match up somehow for the sake of consistency.