Julian Weiss

Results 14 issues of Julian Weiss

Heya! Thanks for the wonderful parser, it's by far the best one I've used yet. The only markdown elements which seem to be unparsable using CocoaMarkdown (besides tables, which would...

`[MTLValueTransformer transformerWithBlock:]` [is deprecated](https://github.com/Mantle/Mantle/blob/3098f8e7bb24ca3132420a34ad38c1acec76d743/Mantle/MTLValueTransformer.h#L44). Now we are supposed to use `transformerUsingForwardBlock` or `transformerUsingReversibleBlock`. There are about 32 instances of `transformerWithBlock` in RedditKit which are now showing as warnings.

**EDIT:** Originally I believed this issue crashed the app in production. I think, however, the crash was due to my device's build being built via Xcode's debugger, which meant it's...

After using a few `ABMediaView` instances, they all break until restarting the app. This is easily reproducible. Create a new `ABMediaView` instance and present it, wait for it to load...

Is there any way to allow for `scrollsToTop` when using a `UITableView` inside of the scrolling sidebar controller? Since this property is irrelevant to this library, it would be great...

> Basically at the moment my status bar looks like this: http://i.imgur.com/5poiagW.png Which i really like and i like the synergy between the battery and the signal logos. > But...

Most of Circlet appears to work great on the new software and hardware, except for a few rare display bugs, such as the following, sent in via email: ![control center...

bug

``` {"bundleID":"com.apple.springboard","app_name":"SpringBoard","blame":["\/Library\/MobileSubstrate\/DynamicLibraries\/Circlet.dylib","\/Library\/MobileSubstrate\/DynamicLibraries\/libstatusbar.dylib"],"name":"SpringBoard","os_version":"iPhone OS 7.1.1 (11D201)","bug_type":"109","version":"50 (1.0)","symbolicated":true} Incident Identifier: DF02EE0D-4CD2-4D3D-B71C-A8628C409E06 CrashReporter Key: ac43993e4d16aed926de90c393411287f2aee763 Hardware Model: iPhone6,1 Process: SpringBoard [17678] Path: /System/Library/CoreServices/SpringBoard.app/SpringBoard Identifier: com.apple.springboard Version: 50 (1.0) Code Type: ARM-64 (Native) Parent...

bug

This will also resolve the worlds of issues caused by latency in status bar data provider updates.

bug
enhancement