wstaelens
wstaelens
Maybe add a "Tell me what you want to do..." control like Office 2016 from website: Within Word, PowerPoint, and Excel, users will find the same menu options for File,...
Feature request: a search option, to allow searching in content (and menu?) Maybe a start can be given so that we can help/commit?
additional information
additional common.js to make navigation a bit better in case you have lots of menu items and subsections
### Is your feature request related to a problem? Everything works right now but only the file size of a pdf generated by SkiaSharp is too big, because 1bpp images...
### Background and motivation When converting graphicsPaths I'm iterating over a lot of subpaths. ``` for (int i = ... { // ... var subPathPoints = new GDIP.PointF[cnt]; var subPathTypes...
In Azure I've seen several exceptions `Uncaught SyntaxError: Unexpected token 'export'` coming from: ``` lineNumber 1 errorSrc window.onerror@https://foo.com/_content/BlazorColorPicker/colorpicker.js:1:1 url https://foo.com/_content/BlazorColorPicker/colorpicker.js columnNumber 1 message: Uncaught SyntaxError: Unexpected token 'export' typeName SyntaxError...
I've installed the nuget package but no definitions were added in my asp.net core mvc project. How can we get this working? if I do `Install-Package Microsoft.BingMaps.V8.TypeScript` and then in...
Get Visual Studio 2022 Pro x64 - V17.2.6 1. Go to Extensions > Manage Extensions > Online > and install Color Preview. 2. Restart VS 3. Open your solution 4....
# Issue Title Printing in .NET 5 requires XPS but this requires STA Threads. Why is this needed? **Is it possible to render or process XPS in separate threads instead...