spasecookee

Results 4 issues of spasecookee

Example, Startup.cs: ` .UseContentSecurityPolicy() .SetCspUris(new List{ new ContentSecurityPolicyElement() { CommandType = CspCommandType.Directive, DirectiveOrUri = "self" }, new ContentSecurityPolicyElement() { CommandType = CspCommandType.Uri, DirectiveOrUri = "cdnjs.cloudflare.com" } }, CspUriType.Style)` In StringBuilderExtensions.BuildValuesForDirective,...

### Did you test the latest `bugfix-2.1.x` code? Yes, and the problem still exists. ### Bug Description In Marlin 2.0.9 it is possible to use TFT_COLOR_UI, with a generic TFT...

**Is your feature request related to a problem? Please describe.** There are occasions where only part of a model really needs a brim, and since brim removal can introduce problems...

feature request
skirt / brim

Each day when I review os_speedtest, I want to check the most recent speedtest result to confirm that my internet connection isn't lagging. Previously this meant going to ui/speedtets/ opening...