Recent Comments
Open Radar 11217150: cxa_guards cause deadlock in static initialization.
deadlock.log
https://gist.github.com/e156c472c8664e7a9178
Open Radar 11217150: cxa_guards cause deadlock in static initialization.
cxabug.cpp:
https://gist.github.com/988042808e49fe9646fd
Open Radar 10699365: UIImageJPEGRepresentation and UIImagePNGRepresentation to NSData on iOS SDK 5
I had the same problem and found the solution - don't use UIImagePNGRepresentation when converting image to NSData. Here the sample how you have to do to have NSData size the same as your image file
NSString path=[[NSBundle mainBundle] pathForResource:@"foto14" ofType:@"jpg"]; NSData imageData = [NSData dataWithContentsOfFile:path];
Open Radar 8614331: Cannot upload to SharePoint 2010 WebDAV shares
Collaborative reference material in Stack Exchange
Ask Different answer http://apple.stackexchange.com/a/49663/8546 focuses on OS X-managed connections to SharePoint, where the file system type is:
* webdav
Other answers to that question focus on other file system types that may be used with WebDAV connections to SharePoint:
* osxfusefs
* transmitdiskfs
Ask Different question http://apple.stackexchange.com/q/14980/8546 focuses on ._ dot underscore files. Answer http://apple.stackexchange.com/a/51147/8546 gives examples of SharePoint interactions with NeoOffice and Microsoft Office. I plan to add an answer to the question of avoidance.
Stack Overflow answer http://stackoverflow.com/a/10561129/38108 is closely aligned with this rdar://8614331
Underlying problem, thanks to Jonukas for the link:
Information about the characters that you cannot use in sites, folders, and files in SharePoint
> … cannot start a file name with the period character. …
Open Radar 11440527: New in 10.7.4: NSReadPixel from 0,0 yields nil NSColor
Hold on - hit the brakes ...
I may be losing my mind :) Now the images are showing up fine in Preview. May have jumped to conclusions. Investigating.
Open Radar 11440527: New in 10.7.4: NSReadPixel from 0,0 yields nil NSColor
About the attached images
The attached images are from TunesWindow's resources:
flat_top_left.png flat_top_middle.png flat_top_right.png
TunesWindow can be downloaded here, for reference:
http://mattgemmell.com/source/
Open Radar 10982526: iOS Mail (all versions) undermines user privacy by loading remote content
03-May-2012 12:52 PM Apple Developer Bug Reporting Team :
Engineering has determined that this issue behaves as intended based on the following information:
Turn off "Settings > Mail, Contacts, Calendar > Load Remote Images" (which actually applies to all remote contents -- OSX Mail also only refers to "Images" for "any content").
Open Radar 11433460: Crash when trying to fullscreen an embedded video within a form sheet + sample
sample: https://www.dropbox.com/s/5dvktl17x0jjtip/videocrash.zip
Open Radar 11315586: A string that crashes text-to-speech
This no longer crashes (and is 'correctly' spoken) on 10.7.4.
Open Radar 10089712: UIScrollView as view property of UIViewController
09-May-2012 01:26 PM Apple Developer Bug Reporting Team :
Engineering has determined that this issue behaves as intended based on the following information:
This behavior is actually expected. What is being set is the content inset and this is compensated by the content offset so that the top of the scroll view content can actually be seen when it is first pushed onto the navigation controller. The test for this is fairly simple as you observed in your work around. This behavior was provided mostly for UITableView but since UITableView is a UIScrollView it was generalized a bit.
You should be able to scroll under the navigation bar and the status bar if you set the contentSize of the scrollview to something greater than or equal to the height of the screen. Then you set the contentOffset to (0,0).
Open Radar 11026399: Xcode 4.3+ Code Editor window jumps when typing - also when using code complete windows
Same here
I can reproduce it as well. Would be nice, if it's gone.
Open Radar 11155487: Left-to-right swipe to delete doesn't work in 5.1 split view in landscape
Seeing the same behavior
Open Radar 11405148: "// MARK: -" behaves incorrectly in Xcode 4
try to use
#pragma mark
#pragma mark -
#pragma mark - some text
Open Radar 11369377: Document-scoped bookmark resolution failing without error
we met the exact same issue
I filed another bug report in rdar://11402376
Open Radar 10773966: Auto-generated ordered relationship accessors for Core Data
I'm using Core Data with an entity with an ordered relationship to another entity.
Core Data is generating the signature, "- remove
Open Radar 10323276: PersistentConnectionLogging.mobileconfig link broken on Technical Note TN2265 pa
Thanks for mentioning this lazyweb and thanks for pointing out the name Steve
Open Radar 11088049: Developer-registered iOS devices cannot be restored to older iOS releases
+10000