Larry O'Brien

Results 8 issues of 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...

bug

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...

bug

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...

enhancement
lang-fsharp

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`...

bug

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:...

enhancement

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...