Doug Wilson

Results 8 issues of Doug Wilson

When specifying the language, does it not follow the normal naming conventions? e.g. `-lang French,English` should result in ` ().fr.srt` or ` ().en.srt`. I'd like to be able to have...

Pipeline setup: ```csharp pipeline.AddCssBundle("/bundles/home.css", "node_modules/simple-line-icons/css/simple-line-icons.css", "node_modules/html5-device-mockups/dist/device-mockups.css") .UseContentRoot(); ``` Original (and the desired output) URL in CSS: ```css @font-face { src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0'); } ``` Bundled and Minified CSS: ```css @font-face{src:url('../node_modules/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.4.0');} ```...

The call to .UseStructureMap() expects nothing or a Registry. Either way it creates a brand new container. I would prefer to use an existing container with cross cutting services that...

Are there any plans to upgrade TinyMCE to v6.7.0? In my own experimenting, It looks like the `piranhaimage` and `piranhalink` plugins will work without any modifications. The only significant changes...

enhancement
core-manager
investigate

Currently the `@page` directive must specify a route template. The route template must be enclosed in quotes and begin with the '/' character. I need to be able to use...

enhancement
untriaged
area-compiler
area-blazor

https://learn.microsoft.com/en-us/dotnet/aspire/get-started/aspire-overview

I needed this for my project. Thought I would share it with you to see what you think of it.