Sören Nils Kuklau
Sören Nils Kuklau
This adds support for [TileLayer.WMS](https://leafletjs.com/reference-1.6.0.html#tilelayer-wms). I'm including a sample page, so it should be straightforward enough.
Leaflet lets you set a `pointToLayer` method that will be called for every point. This PR adds basic support to customize the marker that gets created, and also adds a...
The `Map` class risks gaining a lot of properties, which seems a bit unwieldy to me. Leaflet itself has an `Options` type, e.g. `map.options.zoomDelta` rather than `map.zoomDelta` directly. Moreover, [its...
Footnotes — in the same syntax as [on GitHub](https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/) — do show up. However, * the default formatting doesn't shift the footnotes to the bottom of each page. I can...
Right now, I see that there are _some_ benchmarks for the performance analyzers, but they don't seem to match 1:1 and are hard to find. (Also, apparently most of them...
Currently, [some of the benchmarks exist as HTML reports](https://github.com/hypertherm/DotNet.SystemCollections.Analyzers/tree/master/docs/benchmarks/HTML%20Reports), which GitHub sadly won't render inline. I haven't tried, but it sounds like setting `[MarkdownExporterAttribute.GitHub]` will output GitHub-flavored Markdown, which should...
This adds an adaption of the [InfoBar](https://learn.microsoft.com/en-us/windows/apps/design/controls/infobar) control. ## Pull request type Please check the type of change your PR introduces: - [ ] Update - [ ] Bugfix -...
It seems it isn't currently possible to assign default and cancel buttons to `Dialog`. If I were to create those buttons manually, I could use `IsDefault="True"` or `IsCancel="True"`. One of...
Implements https://github.com/dotnet/roslyn/issues/63664. Working: * Show `ClassifiedSpan`s that are children of `String` tokens as tree nodes * Show their properties * Allow navigating from source to such a span * Allow...
From `ActivityLog.xml`: SetSite failed for package [BuildVisionPackage] Source: 'Microsoft.VisualStudio.Validation' Description: Cannot find an instance of the Microsoft.VisualStudio.Shell.Interop.IVsSolutionBuildManager5 service. VS otherwise works fine, so particular error is a bit puzzling. Perhaps...