Matthew Leibowitz

Results 157 issues of Matthew Leibowitz

Make sure all projects with a .targets and/or .props file also use the `buildTransitive` folder. https://github.com/NuGet/Home/wiki/Allow-package--authors-to-define-build-assets-transitive-behavior

This pull request is to update jQuery to the latest stable, make 2 changes and implement the dynamic sizing: 1. fix the loading box style (centre the content and add...

I see the CSS formatting is all as each selector on one line. This makes it very hard to view commit edits as the whole line is marked as changed....

enhancement
help wanted
do-not-merge

I noticed that the FrameworkAlternate attribute is now missing from the assembly attributes in the index.xml file. /Overview/Assemblies/Assembly/Attributes/Attribute Not sure when it stopped appearing.

Each time I run `mdoc update`, I get a new `` element added.

bug

Right now, mdoc generates a xml file with ALL the types in it. But, if I have a docs folder that contains combined assembly docs: ``` /docs |- index.xml |-...

enhancement

MSBuild supports generating the XML docs as part of the build process, but it would be really cool if I could use mdoc instead. I am still busy perfecting this,...

This is the member: ```csharp float MeasureText(String, ref SKRect); ``` ``` MeasureText(String, ref SKRect) : Single ``` in this section: https://developer.xamarin.com/api/type/SkiaSharp.SKPaint/#Public_Methods This is the mdoc: ```xml ``` in this file:...

Added a delegate for panel movements: - before/after left, right and center changes - updated demo to log these events