Larry O'Brien
Larry O'Brien
When attempting to visualize a ViewController that uses Views defined in the same source file, the plugin appears to have trouble finding the view. In my case, I have a...
Xamarin.Mac has two classes: `CICmykHalftone : CIFilter` and `CICMYKHalftone : CICmykHalftone`. (Note "CMYK" vs "Cmyk"). This is legal C#. An mdoc update generates: ``` CoreImage.CIFilter CoreImage.CICmykHalftone ``` This defines a...
mdoc lang F# sigs are failing on reference arguments. In the attached image, you can see a failure for: Which ends up with two missing arguments : bool * int64...
Found in the wild: M:AudioToolbox.AudioBuffers.op_Explicit(AudioToolbox.AudioBuffers)~System.IntPtr
Found in the wild: M:AddressBook.ABMutableMultiValue`1.Add(`0,Foundation.NSString)
While running mdoc update, I see many errors of the form: “mdoc: Did not find /Type/AssemblyInfo/AssemblyName on /Users/lobrien 1/Downloads/bundle/en/AVFoundation/AVPlayerItemMetadataCollectorPushDelegate_Extensions.xml” And, in fact, that XML file _does not_ contain an `AssemblyName`...
The root element of the monodoc XML should specify the monodoc-ecma.xsd: `..." ` (I am not sure about best practice for the schema. I think it's something like the above:...
Could I, for instance, write a program to generate a calendar for a specified period and add it to a notebook? Or is the notebook/page stuff locked up? If it's...